If you check out my volusion store theme here:
store dot fueldoctorusa dot com
You notice in the upper right corner there are my account and view cart links.
This is the code on the volusion theme template:
<div id="header_nav">
<ul>
<li><a href="Config_FullStoreURLshoppingcart.asp">View Cart</a></li>
<li style="border:none;"><a href="Config_FullStoreURLmyaccount.asp">My Account</a></li>
</ul>
</div>
How can I add the two links in the same position to the display theme using the wordpress main template file?
Thanks














