function _authcache_menu_local_tasks in Authenticated User Page Caching (Authcache) 6
Same name and namespace in other branches
- 7 ajax/authcache.php \_authcache_menu_local_tasks()
Render primary & secondary tabs. Response will be cached.
See also
File
- ajax/
authcache.php, line 232 - Authcache Ajax Callback (authcache.php)
Code
function _authcache_menu_local_tasks($vars) {
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
return theme('menu_local_tasks');
}