You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
816 B
Smarty

<div class="recent">
<div class="clearfix">
<div class="pull-left">
<!-- IMPORT partials/breadcrumbs.tpl -->
</div>
<div class="pull-right">
<!-- IF loggedIn -->
<button id="new_topic" class="btn btn-primary">[[category:new_topic_button]]</button>
<!-- ELSE -->
<a href="{config.relative_path}/login" class="btn btn-primary">[[category:guest-login-post]]</a>
<!-- ENDIF loggedIn -->
</div>
</div>
<hr />
<div class="category">
<!-- IF !topics.length -->
<div class="alert alert-warning" id="category-no-topics">
<strong>[[recent:no_recent_topics]]</strong>
</div>
<!-- ENDIF !topics.length -->
<a href="{config.relative_path}/recent">
<div class="alert alert-warning hide" id="new-topics-alert"></div>
</a>
<!-- IMPORT partials/topics_list.tpl -->
</div>
</div>