Hi Jade,
Yeah the more I hack away at the code, the more I mess it up.
But wait... are you referring to two different files? This code is in the tpl_ezpages_bar_header.php:
Where (what file) is this code from?Code:<!--bof-view cart and checkout now links--> <div id="ezLinks"> <ul class="back"> <?php if ($_SESSION['cart']->count_contents() != 0) { ?> <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>| <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li> <?php }?> </ul> </div> <!--eof-view cart and checkout now links-->
Thanks!Code:<!--bof-view cart and checkout now links--> <div id="ezLinks"> <ul class="back"> <li><a href="http://www.allk-9.com">Home</a></li>| <li><a href="account/login.html">Order Tracking</a>|</li> <li><a href="log-off.html">Logoff</a>|</li> <li><a href="pages/faq-pv-c0-11.html">FAQ</a>|</li> <li><a href="contact_us.html">Contact Us</a></li> </ul> </div> <!--eof-view cart and checkout now links-->



Reply With Quote



