Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do i ad <span></span> to the menu code?
#2
Assuming you're using the out-of-the-box navigation, in file /admin/inc/theme-functions on line 649 you find

Code:
$menu .= '<li class="'. $classes .'"><a href="'. find_url($page['url'],$page['parent']) . '" title="'. strip_quotes($page['title']) .'">'.$page['menu'].'</a></li>'."\n";
You can insert additional markup there. Please note that a later update to GS might overwrite your changes.
Reply


Messages In This Thread
How do i ad <span></span> to the menu code? - by polyfragmented - 2011-05-29, 06:35:36



Users browsing this thread: 1 Guest(s)