MLF Non-threaded (General)

by arye2, Friday, August 05, 2011, 07:26 (4668 days ago) @ Testing

to change the index to show a list of the forums

Try this code in index.inc.tpl file:

 
{foreach key=key item=val from=$categories}
 <a href="index.php?mode=index&amp;category={$key}">
{$val}
</a>
<br />
{/foreach}

Complete thread:

 RSS Feed of thread