Krisd Posted February 16, 2007 Share Posted February 16, 2007 Hi I'm new at this. I've got a very basic question. I'm working on an already existing site. I would like to remove one of the buttons in the header - home, about, sale.... but I cannot find that in the header.php or application_top.php could someone please tell me where to change this? Also I would like to change the date of copyright at the very bottom of each page. I cannot find that in footer.php or application_bottom.php Any help would be very appreciated. Thank you so much Kris Link to comment Share on other sites More sharing options...
usernamenone Posted February 16, 2007 Share Posted February 16, 2007 Did you look in the includes folder? HiI'm new at this. I've got a very basic question. I'm working on an already existing site. I would like to remove one of the buttons in the header - home, about, sale.... but I cannot find that in the header.php or application_top.php could someone please tell me where to change this? Also I would like to change the date of copyright at the very bottom of each page. I cannot find that in footer.php or application_bottom.php Any help would be very appreciated. Thank you so much Kris Link to comment Share on other sites More sharing options...
jasonabc Posted February 16, 2007 Share Posted February 16, 2007 Did you look in the includes folder? Well obviously - as the OP already said he "cannot find that in the header.php or application_top.php" :-) To the OP - the images you list as wanting to remove (Home, About, Sale) are not part of the stock OSC install. Have you purchased a template? In that case they could be anywhere - templates are notoriously badly coded. In a stock OSC install the code you are looking is in header.php and looks something like this: <?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Krisd Posted February 19, 2007 Author Share Posted February 19, 2007 Thank you. I didn't build the site so don't know what template or anything was used. Thanks for the help. I will check into that. K. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.