streams/view/tpl/smarty3/directory_header.tpl

17 lines
198 B
Smarty
Raw Normal View History

2013-01-06 23:08:56 +00:00
<h1>{{$dirlbl}}</h1>
2013-01-06 21:42:51 +00:00
2013-01-06 23:08:56 +00:00
{{if $search}}
<h4>{{$finddsc}} {{$safetxt}}</h4>
{{/if}}
2013-01-06 21:42:51 +00:00
2013-01-06 23:08:56 +00:00
{{foreach $entries as $entry}}
2013-01-06 21:42:51 +00:00
2013-01-06 23:08:56 +00:00
{{include file="direntry.tpl"}}
{{/foreach}}
<div class="directory-end"></div>
2013-01-06 21:42:51 +00:00