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
387 B
Smarty

<div class="account">
<!-- IMPORT partials/account_menu.tpl -->
<!-- IF !topics.length -->
<div class="alert alert-warning">[[user:has_no_topics]]</div>
<!-- ENDIF !topics.length -->
<div class="category">
<!-- IMPORT partials/topics_list.tpl -->
<!-- IF config.usePagination -->
<!-- IMPORT partials/paginator.tpl -->
<!-- ENDIF config.usePagination -->
</div>
</div>