75th

Trying to override theme_menu_item_link

  1. <?php
  2. function phptemplate_menu_item_link($link) {
  3.   if (empty($link['localized_options'])) {
  4.     $link['localized_options'] = array('html'=>TRUE);
  5.   }
  6.  
  7.   $thetitle = '<span>';
  8.   $thetitle .=
Syndicate content