Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brianmercer’s picture

I'm using this in the render pane function of my custom style:

  if (module_exists('esi')) {
    if (esi_theme_is_esied($content->content)) {
      return;
    }
  };
mikeytown2’s picture

Title: ESI Documentation » ESI Documentation for 6.x-2.x
Project: Fork of Edge Side Includes integration » ESI: Edge Side Includes
Version: » 6.x-2.x-dev

Moving to ESI

mikeytown2’s picture

Status: Active » Fixed
FileSize
9.11 KB

This patch has been committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.