phptemplate_menu_local_tasks
themes/garland/template.php, строка 81
- Версии
- 5 – 6
phptemplate_menu_local_tasks()
Returns the rendered local tasks. The default implementation renders them as tabs.
Связанные темы
Код
<?php
function phptemplate_menu_local_tasks() {
$output = '';
if ($primary = menu_primary_local_tasks()) {
$output .= "<ul class=\"tabs primary\">\n". $primary ."</ul>\n";
}
return $output;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии