php - Display Menu Title in Drupal please -


I have a custom menu in the Drupal, here's the code I use in my theme (page.tpl.php) To display:

  & lt; H4 & gt; Site Notification & lt; / H4 & gt; & Lt ;? Php print theme ("link", menu_nation_list ("menu-teaser-5")); ? & Gt;  

Instead of display site information, I want to be able to drag the menu title out. Anybody can help to custom SQL / code that I'm looking for can be found here:

  Administration -> Site Building - & gt; Menu - & gt; (Select menu) - & gt; Edit Menu - & gt; Title  

Why do not you use the menu module generated for each menu Make them. There are menu items and all menu items in the menu.

Block block system can be found in: admin / build / block , where you can decide where it should be displayed.


Comments