Drupal6:动态更改菜单链接标题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Drupal6:动态更改菜单链接标题相关的知识,希望对你有一定的参考价值。

This goes in your template.php file
  1. <?php
  2. /**
  3.  * Implementation of phptemplate_preprocess_page()
  4.  * Variables available in page.tpl.php can be overriden from this function.
  5.  * They are referenced in the array $vars
  6.  *
  7.  * This example shows changing a title of a link in the primary nav menu
  8.  * I suggest print_r() the $vars array and explore its contents
  9.  * (this snippet belongs in the template.php file and remember to clear your cache
  10.  */
  11. function phptemplate_preprocess_page(&$vars) {
  12. $vars['primary_links']['foobar']['title'] = 'My Member Page';
  13. }
  14. ?>

以上是关于Drupal6:动态更改菜单链接标题的主要内容,如果未能解决你的问题,请参考以下文章

Drupal6-修复菜单链接,您可以通过SQL将它们重置为删除来删除它们

PHP Drupal 6:动态更改菜单链接标题

Android:通过更改片段更改菜单项的可见性

Android - 导航抽屉 - 与动态菜单项重叠的片段

Android - 多个视图或运行时片段替换​​?

在方向更改时保留列表片段中的列表