This is a discussion on How to change PHP to use buttons in navbar instead of Text? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Anyone have any suggestions i think i need to change the file catalog/includes/header.php just not to great at php? or ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Anyone have any suggestions i think i need to change the file catalog/includes/header.php just not to great at php? or should i just change somthin in a template? any help would be appreciated Code: <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a> &nbsp;|&nbsp; <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> &nbsp;|&nbsp; <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> &nbsp;|&nbsp; <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> &nbsp;&nbsp;</td>
|
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Quote:
|
|
#3
| |||
| |||
| Nevermind i figured it out here is what i used if anyone needs help Code: <td align="right"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo tep_image(DIR_WS_BUTTONS . 'button_logoff.gif', HEADER_TITLE_LOGOFF); ?></a><?php } ?> &nbsp;&nbsp;<?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_BUTTONS . 'button_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>'?> &nbsp;&nbsp; <?php echo '<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_BUTTONS . 'button_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>'?> &nbsp;&nbsp; <?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_BUTTONS . 'button_checkout.gif', HEADER_TITLE_CHECKOUT) .'<a/>'?>&nbsp;&nbsp;</td>
thx |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change text (MODULE_PAYMENT_AUTHORIZENET_TEXT_CVV_LINK) | mrgtih2 | osCommerce 2.2 Modification Help | 1 | 01-05-2006 08:53 AM |
| Change standard welcome email text | MikeS | osCommerce 2.2 Modification Help | 1 | 05-26-2005 02:11 PM |
| How To Change Main Text | Shadeau | osCMax v1.7 General Mods Discussion | 7 | 05-22-2005 02:48 PM |
| Change Manufacturer Text String | ddecjc | osCMax v1.7 Discussion | 1 | 09-15-2004 08:00 AM |
| Where to change the heading text in product_listing.php??? | johnnyosc | osCommerce 2.2 Modification Help | 2 | 02-18-2003 10:32 PM |