PDA

View Full Version : How to change the subcat display


dynn
10-29-2006, 03:20 PM
How to change the subcat display like in the Visual Theme (http://www.free-business-card-templates.com/visual_theme/).

Anyone can help?

TravisTX
10-29-2006, 04:03 PM
Do you just want each sub category to be on it's own line? If that's what you're after, open main.tpl and look for the following
Content visible to registered users only.

This is the loop that displays the subcategories. Just put a <br /> before the closing {/foreach} tag. Example:

Content visible to registered users only.

dynn
10-29-2006, 11:14 PM
great...its work ...thanks for your help