herosunfun,
I am not an expert on this, but I also wanted to add a link to my navigation using the lite red template by the same designer and this is what I did.
-
open " includes/languages/your_template/english.php "
-
around line 65 ( // top navigation menu text ), I added
" define('TOP_MENU_SHIPPING', 'Shipping & Return'); "
-
open up" tpl_top_nav in includes/templates/your_template/common/tpl_header.php "
-
this is what I added (add link to where you would like it to be):
<li class="<?php echo $active;?>"><a href="index.php?main_page=shippinginfo"><?php echo TOP_MENU_SHIPPING;?></a></li>
I hope this helps!