add widget templates

main
Baris Usakli 8 years ago
parent 9cc73f7f78
commit 2dc44d7c5e

@ -229,7 +229,11 @@
</div>
</div>
<!-- ENDIF group.isOwner -->
<div widget-area="left"></div>
<div widget-area="left">
<!-- BEGIN widgets.left -->
{{widgets.left.html}}
<!-- END widgets.left -->
</div>
</div>
<div class="col-lg-8 col-xs-12">
<div class="col-lg-11">
@ -238,6 +242,10 @@
<!-- ENDIF !posts.length -->
<!-- IMPORT partials/posts_list.tpl -->
</div>
<div widget-area="right"></div>
<div widget-area="right">
<!-- BEGIN widgets.right -->
{{widgets.right.html}}
<!-- END widgets.right -->
</div>
</div>
</div>

@ -1,5 +1,9 @@
<!-- IMPORT partials/breadcrumbs.tpl -->
<div widget-area="header"></div>
<div widget-area="header">
<!-- BEGIN widgets.header -->
{{widgets.header.html}}
<!-- END widgets.header -->
</div>
<div class="groups list">
<div class="row">
<div class="col-lg-4">

@ -1,5 +1,9 @@
<!-- IMPORT partials/breadcrumbs.tpl -->
<div widget-area="header"></div>
<div widget-area="header">
<!-- BEGIN widgets.header -->
{{widgets.header.html}}
<!-- END widgets.header -->
</div>
<div class="popular">
<ul class="nav nav-pills" component="popular/tab">
<li><a href='{config.relative_path}/popular/daily'>[[recent:day]]</a></li>

@ -1,5 +1,9 @@
<!-- IMPORT partials/breadcrumbs.tpl -->
<div widget-area="header"></div>
<div widget-area="header">
<!-- BEGIN widgets.header -->
{{widgets.header.html}}
<!-- END widgets.header -->
</div>
<div class="recent">
<div class="btn-toolbar">
<div class="pull-left">

@ -1,5 +1,9 @@
<!-- IMPORT partials/breadcrumbs.tpl -->
<div widget-area="header"></div>
<div widget-area="header">
<!-- BEGIN widgets.header -->
{{widgets.header.html}}
<!-- END widgets.header -->
</div>
<div class="tags">
<!-- IF tags.length -->
<div class="row">

@ -1,5 +1,9 @@
<!-- IMPORT partials/breadcrumbs.tpl -->
<div widget-area="header"></div>
<div widget-area="header">
<!-- BEGIN widgets.header -->
{{widgets.header.html}}
<!-- END widgets.header -->
</div>
<div class="unread">
<div class="btn-toolbar">
<div class="pull-left">

@ -1,5 +1,9 @@
<!-- IMPORT partials/breadcrumbs.tpl -->
<div widget-area="header"></div>
<div widget-area="header">
<!-- BEGIN widgets.header -->
{{widgets.header.html}}
<!-- END widgets.header -->
</div>
<div class="users">
<div class="row">
<div class="col-lg-6">

Loading…
Cancel
Save