phptemplate_preprocess_page
themes/garland/template.php, строка 54
- Версии
- 6
phptemplate_preprocess_page(&$vars)
Override or insert PHPTemplate variables into the templates.
Код
<?php
function phptemplate_preprocess_page(&$vars) {
$vars['tabs2'] = menu_secondary_local_tasks();
// Hook into color.module
if (module_exists('color')) {
_color_page_alter($vars);
}
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии