You are here

function authcache_ajax_theme in Authenticated User Page Caching (Authcache) 7.2

Implements hook_theme().

File

modules/authcache_ajax/authcache_ajax.module, line 44
Inject personalized fragments into cached pages using Ajax calls.

Code

function authcache_ajax_theme() {
  return authcache_p13n_find_theme_functions('authcache_ajax');
}