I added the following code to index.tpl
Code: Select all
<ul class="nav_bar">
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
It would be nice if I could just develop a plug-in that way the user could specify the number and paths to each new page. But that would only work in the side bar, there isnt a nav-bar section.
So I am wondering how others who did add a nav bar did it, as currently I was going to just whip up a xml file with the names and paths, and then have index.php read that in, which then I assume populates the index.tpl smarty template.
Am I on the right path here, or going totally overboard...
Thanks!