Quote Originally Posted by JayMot View Post
Hello. I'm just setting up a Zen Cart 1.3.9f store and am busily customizing the Rustic theme from Clydedesigns.com. I've enabled the navCatTabs feature but I would like to add a small graphic image as a separator between category names, as they're currently just separated by a single space and it's hard to tell a two-word category name from two different categories. Can anyone tell me how?
You'll need to modify/edit
includes/templates/template_default/templates/tpl_modules_categories_tabs.php

at around line 21 find the following line of code: Your modification should go where indicated by the highlight

<li><?php echo $links_list[$i];?>Your modification goes here</li>

save the edited file and upload to your server to includes/templates/rustic/templates/