mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
10 lines
390 B
Smarty
10 lines
390 B
Smarty
{{if $not_refresh}}<div id="wiki_page_list_container" {{if $hide}} style="display: none;" {{/if}}>{{/if}}
|
|
<div id="wiki_page_list" class="widget" >
|
|
<h3>{{$header}}</h3>
|
|
<ul class="nav nav-pills nav-stacked">
|
|
{{foreach $pages as $page}}
|
|
<li><a href="/wiki/{{$channel}}/{{$wikiname}}/{{$page.url}}">{{$page.title}}</a></li>
|
|
{{/foreach}}
|
|
</ul>
|
|
</div>
|
|
{{if $not_refresh}}</div>{{/if}}
|