lerningkurv Posted February 3, 2009 Share Posted February 3, 2009 I have been trying to put the "welcome guest" phrase in the nav bar. Pretty much got it done but not all of the text seems to be using the "headerNavigation" class could someone point out my error please Thanks a bunch <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="headerNavigation"> <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> <td align="left" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><?php } ?><?php echo tep_customer_greeting(); ?> | <a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a> </td> </tr> </table> Link to comment Share on other sites More sharing options...
airbrushmaster Posted February 3, 2009 Share Posted February 3, 2009 includes languages english.php Replace // page title define('TITLE', STORE_NAME); With // page title define('TITLE', 'your message'); Link to comment Share on other sites More sharing options...
lerningkurv Posted February 4, 2009 Author Share Posted February 4, 2009 was that response meant for my question ? I have put the "welcome * would you like to login or create an acount" inside the headerNavigation bar I just want all of the contents to use the class=headerNavigation and cant seem to figure that part out Link to comment Share on other sites More sharing options...
airbrushmaster Posted February 4, 2009 Share Posted February 4, 2009 oh sorry didnt read it right Link to comment Share on other sites More sharing options...
lerningkurv Posted February 13, 2009 Author Share Posted February 13, 2009 bump Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.