lmjacques Posted July 7, 2005 Posted July 7, 2005 Please help, were can I find this set of code, as I really want to change it, but can't find it. All help is gratefully received <td class="pageHeading">What's New Here?</td> <td class="pageHeading" align="right"><img src="/theshop/images/table_background_default.gif" border="0" alt="What's New Here?" title=" What's New Here? " width="57" height="40"></td> :D Thanks :thumbsup: Lyndon
Wendy James Posted July 7, 2005 Posted July 7, 2005 It is the <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> code on your index.php if you want to change what it says it is in your catalog/includes/languages/english/index.php or whatever language you are using there are also contributions that will change the page title to match the category :) Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
lmjacques Posted July 8, 2005 Author Posted July 8, 2005 That is brilliant. Thank you so much, that has been bugging me like you can't imagine, I have almost finished the shop and this was what was holding me back. :thumbsup:
Guest Posted July 9, 2005 Posted July 9, 2005 :rolleyes: :rolleyes: It is the <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> code on your index.php if you want to change what it says it is in your catalog/includes/languages/english/index.php or whatever language you are using there are also contributions that will change the page title to match the category :) [right][post=650956]<{POST_SNAPBACK}>[/post][/right] I am only a begginer. I saw a lot code on the forum, but never figure out where I can see the real codes on ur site. I saw only document when I enter: www.oscommerce.com/catalog/includes/languages/english/index.php, never see any codes. Can u help?
Guest Posted July 9, 2005 Posted July 9, 2005 :rolleyes: :rolleyes: I am only a begginer. I saw a lot code on the forum, but never figure out where I can see the real codes on ur site. I saw only document when I enter: www.oscommerce.com/catalog/includes/languages/english/index.php, never see any codes. Can u help?[right][post=652447]<{POST_SNAPBACK}>[/post][/right] Go to your websites admin section, click on configuration, then click on tools and then on file manager and there are your files for your site :) good luck
Guest Posted July 9, 2005 Posted July 9, 2005 Go to your websites admin section, click on configuration, then click on tools and then on file manager and there are your files for your site :) good luck <{POST_SNAPBACK}> Yeah, but dont use it to edit them. Or you'll be back here posting "I'm getting a T_STRING error what does this mean?"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.