streams/view/tpl/smarty3/directory_header.tpl
2013-01-25 13:55:42 -08:00

21 lines
300 B
Smarty

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<h1>{{$dirlbl}}</h1>
{{if $search}}
<h4>{{$finddsc}} {{$safetxt}}</h4>
{{/if}}
{{foreach $entries as $entry}}
{{include file="direntry.tpl"}}
{{/foreach}}
<div class="directory-end"></div>