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.
20 lines
427 B
Smarty
20 lines
427 B
Smarty
|
|
<!-- IMPORT partials/account_menu.tpl -->
|
|
|
|
<div class="favourites">
|
|
|
|
<!-- IF !posts.length -->
|
|
<div class="alert alert-info">[[user:has_no_posts]]</div>
|
|
<!-- ENDIF !posts.length -->
|
|
|
|
<div class="row">
|
|
|
|
<!-- IMPORT partials/posts_list.tpl -->
|
|
|
|
<!-- IF config.usePagination -->
|
|
<!-- IMPORT partials/paginator.tpl -->
|
|
<!-- ENDIF config.usePagination -->
|
|
</div>
|
|
</div>
|
|
|
|
<!-- IMPORT partials/variables/account.tpl --> |