{% extends 'global/master.tpl' %} {% set title = 'Forums' %} {% block title %}{{ title }}{% endblock %} {% set forumMarkRead %}{{ urls.format('FORUM_MARK_READ', [forum.id, php.sessionid]) }}{% endset %} {% block content %}
{% include 'elements/indexPanel.tpl' %}
{% include 'forum/forum.tpl' %} {% include 'forum/forumBtns.tpl' %}
{% endblock %} {% block js %} {% endblock %}