szpaks Posted October 15, 2005 Share Posted October 15, 2005 Do you know how they put following text "All manuals are in PDF format. All manuals are FULL service manuals or owner's manuals. Service manuals include schemas." at every site of This Webpage Link to comment Share on other sites More sharing options...
Jack_mcs Posted October 15, 2005 Share Posted October 15, 2005 In the index.php file, find <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> Be sure to get the right section of code since there are similar sections elsewhere in the file. Below the above add <tr> <td class="main"><?php echo SUB_HEADING; ?></td> </tr> Then in english/index.php, add define('SUB_HEADING', 'Text goes here'); You will need to adjust the class to have it look as you want. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.