Hi
I don't like Arthemia category bar . I need a simple style and wanna implement it on header. I know how to CSS but don't know the PHP code (or maybe Pligg tags) to list 'em .
can some1 plz help me ?
Thanx


This should work. It should list all categories into a standard list. You will need to change the css / html to match your site or how ever your planning on using it.
<ul class="catdrop" id="sm_1">
{section name=thecat loop=$cat_array}
{if $cat_array[thecat].parent eq 0}
<li><a href="{$URL_maincategory, $cat_array[thecat].safename}"> {$cat_array[thecat].name}</a></li>
{/if}
{/section}
</ul>