luvubeauty Posted December 11, 2009 Share Posted December 11, 2009 Hi all, I am looking to create a second row in my header/nav bar for links to "about us" and general info type pages for easy access. So basically it would have the nav bar and the links in one row, then I would have a second row with more links. Does anyone know how to go about doing this Link to comment Share on other sites More sharing options...
♥mdtaylorlrim Posted December 11, 2009 Share Posted December 11, 2009 In /includes/header.php find this line... <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> at about line 70, depending on prior edits. Change it to.... <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?><BR>whatever you want here</td> And good grief, make backups...lol. If you want it to conform to other languages its gonna be a little more complicated. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.