2011-12-04, 11:50:31
Where is get_navigation(return_page_slug()) Is defined ?
My menu requires a span tag to work properly.
Default GetSimple
What I need
If anyone can guide me to the file where get_navigation is build that would be a huge help
Thanks for any help
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