Hi all,

I am working on www.cks.digi-blue.co.uk. At present, at the top, there is two links - My Account and Create an Account. This is the code:

<div class="headerRightTop"><a href="<?php echo zen_href_link(FILENAME_ACCOUNT); ?>">My Account</a> | <a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT); ?>">Create an Account</a></div>
<a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING); ?>"><img src="images/checkout.gif" alt="" align="right" /></a><div class="cartDetails"><strong>Cart:</strong>&nbsp; &pound;<?php echo $ThisAmount; ?></div>

Unfortunately, these have been added as links, so once the customer logs in, there is no option for them to log out. I am not good with coding, could someone please help with how I can get these in there?

To use an example, I have done http://www.crumbzcatering.co.uk/ with a template, and would like to replace that all with the header bar that starts with the Home - Log in - Shopping Cart - Checkout

I have been messing with files for 2 days now, any direction will be greatly appreciated!!!!!