function authcache_esi_theme in Authenticated User Page Caching (Authcache) 7.2
Implements hook_theme().
File
- modules/
authcache_esi/ authcache_esi.module, line 44 - Authcache ESI markup generator.
Code
function authcache_esi_theme() {
return authcache_p13n_find_theme_functions('authcache_esi');
}