function authcache_p13n_test_theme in Authenticated User Page Caching (Authcache) 7.2
Implements hook_theme().
File
- modules/
authcache_p13n/ tests/ authcache_p13n_test.module, line 182 - Stub module for authcache personalization tests.
Code
function authcache_p13n_test_theme() {
return authcache_p13n_find_theme_functions('authcache_p13n_test');
}