I have a custom menu in Drupal. Here is the code I use to display it inside my theme (page.tpl.php):
<h4>Site Information</h4>
<?php print theme("links", menu_navigation_links("menu-teaser-05")); ?>
Rather than display Site Information I would like to be able to pull out the Menu Title. Short of doing custom SQL/code can anyone help. The value I am looking for can be found at:
Administer -> Site Building -> Menus -> (Select Menu) -> Edit Menu -> Title