{template="pageHeader" group="global" app="core" params="\IPS\Member::loggedIn()->language()->addToStack('forums')"} {{if \IPS\Member::loggedIn()->member_id}}
{template="indexButtons" group="index" params=""}
{{endif}}
{{foreach \IPS\forums\Forum::roots() as $category}} {{if $category->can('view') && $category->hasChildren()}}
{$category->_title}
{{if theme.forum_layout === 'grid'}}
{{foreach $category->children() as $forum}} {template="forumGridItem" group="index" app="forums" params="$forum"} {{endforeach}}
{{else}}
{{foreach $category->children() as $forum}} {template="forumRow" group="index" app="forums" params="$forum"} {{endforeach}}
{{endif}}
{{endif}} {{endforeach}}