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;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему