parent
c3f4250aa9
commit
19aae36fd3
@ -0,0 +1 @@
|
||||
<!-- IMPORT account/posts.tpl -->
|
@ -0,0 +1 @@
|
||||
<!-- IMPORT account/posts.tpl -->
|
@ -1,19 +1 @@
|
||||
<div class="account">
|
||||
<!-- IMPORT partials/account/header.tpl -->
|
||||
|
||||
<div class="favourites row">
|
||||
<h1>[[pages:{template.name}, {username}]]</h1>
|
||||
|
||||
<!-- IF !posts.length -->
|
||||
<div class="alert alert-warning text-center">[[topic:favourites.has_no_favourites]]</div>
|
||||
<!-- ENDIF !posts.length -->
|
||||
|
||||
<div class="col-xs-12">
|
||||
<!-- IMPORT partials/posts_list.tpl -->
|
||||
|
||||
<!-- IF config.usePagination -->
|
||||
<!-- IMPORT partials/paginator.tpl -->
|
||||
<!-- ENDIF config.usePagination -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- IMPORT account/posts.tpl -->
|
@ -0,0 +1 @@
|
||||
<!-- IMPORT account/posts.tpl -->
|
@ -1,18 +1 @@
|
||||
<div class="account">
|
||||
<!-- IMPORT partials/account/header.tpl -->
|
||||
|
||||
<div class="row">
|
||||
<h1>[[pages:{template.name}, {username}]]</h1>
|
||||
|
||||
<!-- IF !topics.length -->
|
||||
<div class="alert alert-warning">[[user:has_no_watched_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>
|
||||
</div>
|
||||
<!-- IMPORT account/topics.tpl -->
|
Loading…
Reference in New Issue