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.

15 lines
383 B
Smarty

10 years ago
<!-- IMPORT partials/account_menu.tpl -->
<div>
<!-- IF !topics.length -->
<div class="alert alert-warning">[[user:has_no_topics]]</div>
<!-- ENDIF !topics.length -->
<div class="category row">
<div class="col-md-12 user-topics" data-nextstart="{nextStart}">
<!-- IMPORT partials/topics_list.tpl -->
</div>
</div>
</div>
<!-- IMPORT partials/variables/account.tpl -->