Hello, I just installed Category Icon Mod in my directory after installing it the categories look kinda missed up. I wanna change the look of sub categories from to How can i do that? Thanks.
Hey, that`s really not helping... Anyway, i figured it out how to do it. If you wanna do it, make that change below in your main.tpl. Backup main.tpl Open main.tpl Find this: <a href="{$smarty.const.DOC_ROOT}/{$scat.CACHE_URL|escape}"> {$scat.TITLE|escape}</a>, {/foreach} ... PHP: Replace it with: + <a href="{$smarty.const.DOC_ROOT}/{$scat.CACHE_URL|escape}"> {$scat.TITLE|escape}</a> <br /> {/foreach} PHP: Best regards.