Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Menu Question
#1
Where is get_navigation(return_page_slug()) Is defined ?
My menu requires a span tag to work properly.

Default GetSimple
Code:
<li class="current  index"><a href="http://localhost/mylink/" title="Welcome to My Site">Home</a></li>

What I need
Code:
<li class="current  index"><a href="http://localhost/mylink/" title="Welcome to My Site"><span>Home</span></a></li>

If anyone can guide me to the file where get_navigation is build that would be a huge help

Thanks for any help
Reply
#2
admin/inc/theme_functions.php
line 607: function get_navigation($currentpage)
Addons: blue business theme, Online Visitors, Notepad
Reply
#3
yojoe Wrote:admin/inc/theme_functions.php
line 607: function get_navigation($currentpage)

Thanks !
Reply




Users browsing this thread: 1 Guest(s)