Message Text |
I made a slight change to main.tpl and displaylinks.tpl so that the subcategories list vertically rather than as comma separated on a line;
<ul>
<!-- BEGIN SUBSUB -->
<li><a href="index.php?action=displaycat&catid={CATID}" class="categoryname">{CATNAME}</a></li>
<!-- END SUBSUB -->
</ul>
However, this seems to have no effect. No matter what I put in the SUBSUB section, the result is the same comma list. Even if I remove all code in that section. Have I mistakenly changed a variable which controls this, as it did list vertically previously.
Thanks |