You are here

function authcache_p13n_preprocess_html in Authenticated User Page Caching (Authcache) 7.2

Implements hook_preprocess_html().

Related topics

File

modules/authcache_p13n/authcache_p13n.module, line 438
Provides methods for serving personalized content fragments.

Code

function authcache_p13n_preprocess_html(&$variables) {
  $variables['page']['page_bottom']['#pre_render'][] = 'authcache_p13n_page_bottom_pre_render';
}