PDA

View Full Version : FireAndIce erase category left


pixelin
10-24-2006, 11:51 PM
how i can erase the column of the left or reduce .

Thanks .

Greg
10-25-2006, 12:33 AM
If your speaking of the main categories on the left and want to remove it.

Open header.tpl and find:
<div class="box">
<div class="box-caption">Main {$lang.categories}</div>
<div class="box-content">
{foreach from=$top_categories item=top_category}
<p class="top-category"><a href="{$config.base}{$config.dir}{$top_category.path}/">{$top_category.title}</a></p>
{/foreach}
</div>
</div>

and remove it.

pixelin
10-26-2006, 02:49 PM
thanks , just I wass need .