This is a discussion on Need to delete table_background_default from ?header? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; I'm really new to php, but I think I'm doing a pretty good job thanks to postings from others...so thanks!! ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I'm really new to php, but I think I'm doing a pretty good job thanks to postings from others...so thanks!! But...I would like to remove the table_background_default.gif from what I believe is in the header. I've checked in header.php but don't see it anywhere. I've also tried to find mainpage.tpl.php (If I remember correctly) but I don't seem to have catalog/templates as a folder. I've also checked in catalog/includes/languages/english and still don't see that darn php file anywhere. So my question is what file do I need to modify to remove the table_background_default.gif img src reference. (It's above and to the right of the "Thanks for stopping in! Would you like to log yourself in? Or would you prefer to create an account?") My main purpose in all of this is to make the "Thanks for stopping in! Would you like to log yourself in? Or would you prefer to create an account?" phrase level with the left and right columns. Link to the site is http://208.56.168.199/catalog/ you'll see the image come up with an x cause I deleted it for now. And just as a curiosity is there a list anywhere that has the files broken out with their general purpose...maybe broken out in a tree format? Thanks for any help!!! |
|
#2
| |||
| |||
| Hi Miystic, Look in catalog/templates/content/index_default.tpl It is about line 19 or 20. Since I'm not sure what version or mod you have you may have to insert your template name in between templates and content. Just look for this and you can modify this and probably just pull the whole line. Or, even better just put // right before echo and that should meet your needs. Code: <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>
__________________ John |
|
#3
| |||
| |||
| Worked like a charm!!! THANK YOU SOOOOO MUCH!!!! Once I knew what the heck to look for deleting it was easy Michelle |
|
#4
| |||
| |||
| Yea Michelle, knowing is definitely more than half the battle with this.
__________________ John |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| please delete | markymrk22 | osCommerce 2.2 Discussion | 0 | 09-02-2005 03:15 PM |
| header / header.php top logo problem | the_error_king | osCommerce 2.2 Modification Help | 0 | 04-05-2004 05:02 PM |
| Trying to delete categories problem need help | nopie | osCMax v1.7 Installation | 1 | 12-11-2003 02:29 PM |
| Can't delete customers from admin | Anonymous | osCMax v1.7 Discussion | 2 | 09-30-2003 11:04 PM |
| not able to delete GV pages header images | Dumb_Question | osCMax v1.7 Discussion | 3 | 08-30-2003 06:30 PM |