gcioffi Posted January 5, 2009 Share Posted January 5, 2009 How would i go about adding another link to the default main navigation? For example, after Contact Us i want to add a link to an About Us page. I've been trying to work with includes/header.php, but can't seem to figure it out. Thanks. Link to comment Share on other sites More sharing options...
sLaV- Posted January 5, 2009 Share Posted January 5, 2009 Edit /includes/boxes/information.php Link to comment Share on other sites More sharing options...
gcioffi Posted January 5, 2009 Author Share Posted January 5, 2009 Edit /includes/boxes/information.php i checked out that file, but all i see in there is ?> <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<ul> <li class="bg_list_un"><a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a></li>' . '<li class="bg_list"><a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a></li>' . '<li class="bg_list"><a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>' . '<li class="bg_list"><a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a></li>' . '</ul>'); new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //--> i don't see anything related to the main navigation. Link to comment Share on other sites More sharing options...
Guest Posted January 5, 2009 Share Posted January 5, 2009 Define what you mean by main navigation. Link to comment Share on other sites More sharing options...
gcioffi Posted January 5, 2009 Author Share Posted January 5, 2009 Define what you mean by main navigation. sorry. when i installed the template, across the top are the following: Homepage What's New? Specials Create an Account Log In Contact Us I'm trying to figure out how to add another link in there for About Us. I've tried editing header.php, but am missing something because it doesn't look right. here's the site. http://www.tryabouttime.com/catalog/index.php thanks! Link to comment Share on other sites More sharing options...
Guest Posted January 5, 2009 Share Posted January 5, 2009 sorry. when i installed the template, across the top are the following: Homepage What's New? Specials Create an Account Log In Contact Us I'm trying to figure out how to add another link in there for About Us. I've tried editing header.php, but am missing something because it doesn't look right. here's the site. http://www.tryabouttime.com/catalog/index.php thanks! Your template provider would be able to able, it is not standard osc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.