mnjhost Posted August 3, 2004 Posted August 3, 2004 sorry I am new to all of this and this maybe a dumb question. But here it is :D I have setup the online shop fine and all works a treat, but how do I change the fron page? i.e add logo and chage all of the text? ;) cheers all from a newbie :(
Guest Posted August 3, 2004 Posted August 3, 2004 For the logo, in catalog/includes/header.php look for <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?> change oscommerce for your image and upload image in the images folder For the text, if you read the page it will tell you what file to edit The_Bear
mnjhost Posted August 4, 2004 Author Posted August 4, 2004 Hi, not sure what you mean top banner? But I changed the items and it worked ;) But I am interested in what you mean, please expand on this.. Cheers Bear, for you help :D
sharkey Posted August 6, 2004 Posted August 6, 2004 <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?> How about set the w= and h= on that line?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.