TheLastWord Posted January 23, 2006 Posted January 23, 2006 Do I need to keep the install files on my web server. I want to delete them. Also I want to remove some of the images from the osCommerce package. I don't want them to show on my website. For example the on the index page right beside the What's New Here? is an image. There are many more. I just don't know which php file they are in there are so many.
Jack_mcs Posted January 23, 2006 Posted January 23, 2006 The install file should be deleted. The proper way to remove those images is to remove the code that displays them. You will need to removve it from each page that displays such an image. So for the home page, find the following in index.php and remove it: <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> 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
TheLastWord Posted January 23, 2006 Author Posted January 23, 2006 Thanks for the quick reply. I usually don't have a chance write back, the forum moves too fast.
TheLastWord Posted January 23, 2006 Author Posted January 23, 2006 Just one more question how do the change the font size of all the text? I did it once and now I don't remember which file it is.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.