How can I delete the cash register icon at the top right hand side of the center box, next to "Welcome Guest ....."? Thanks and I think this is a first rate project.
This is a discussion on Cash register icon top right of center box. within the osCMax v1.7 Installation forums, part of the osCmax v1.7 Forums category; How can I delete the cash register icon at the top right hand side of the center box, next to ...
How can I delete the cash register icon at the top right hand side of the center box, next to "Welcome Guest ....."? Thanks and I think this is a first rate project.
It would more than likely be in the main index.php (Aprox line 291) OR FOR MAX it would be in the index_default.tpl.php file (aprox line 21).
Look for and comment out:
In PHP to comment out use // for the WHOLE line or /* some text */ for a block of text. However this is in an HTML block so use <?php /* line of text here */ ?>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>
Good Luck!
Bookmarks