phptemplate_menu_local_tasks
themes/garland/template.php, строка 69
- Версии
- 5 – 6
phptemplate_menu_local_tasks()
Returns the rendered local tasks. The default implementation renders them as tabs. Overridden to split the secondary tasks.
Связанные темы
Код
<?php
function phptemplate_menu_local_tasks() {
return menu_primary_local_tasks();
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии