I would like to add a tab/button/link to the "Home - Account - Log off - Basket - Checkout" bar that when clicked will take the visitor to another webpage. Any suggestions on how to accomplish this?
Thanks!
Andrea


Thanks so much!
Andrea
Lets look at the contents of that file:
As we can see a very similar structure is forming. all the lines starting with ":
My Link 1
My Link 2
Code: Select all
<div class="a"></div>
<div class="b">
<a href="<?php echo $home; ?>"><?php echo $text_home; ?></a>
<a href="<?php echo $account; ?>"><?php echo $text_account; ?></a>
<?php if (@$login) { ?>
<a href="<?php echo $login; ?>"><?php echo $text_login; ?></a>
<?php } else { ?>
<a href="<?php echo $logout; ?>"><?php echo $text_logout; ?></a>
<?php } ?>
<a href="<?php echo $cart; ?>"><?php echo $text_cart; ?></a>
<a href="<?php echo $checkout; ?>"><?php echo $text_checkout; ?></a>
</div>
My Link 1
My Link 2
Thank you so much for expliaing!! I was trying to put too much coding in! Duh! Sometime I try to make things more difficult than they really are.



Who is online
Users browsing this forum: No registered users and 3 guests