This is my site http://jirehgifts.com/
The main thing we need to do is to get those nav links up top down to where the category tabs are. The both need to be there. Is that doable?
Thanks!
-Garrett
This is my site http://jirehgifts.com/
The main thing we need to do is to get those nav links up top down to where the category tabs are. The both need to be there. Is that doable?
Thanks!
-Garrett
Update, I've figured out the first part of this. The search function in Dreamweaver is incredible. Between that and firebug I was able to track down the code and move the links!
The problem right now is that the php is spitting out the code for ever li in the list for some reason...
SOLVED:
I isolated the <li>s in tpl_header.php and crammed them into tpl_modules_categories_tabs.php and it worked perfectly.