This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/tpl/directory_header.tpl
2013-07-16 18:08:26 +01:00

17 lines
198 B
Smarty
Executable File

<h1>{{$dirlbl}}</h1>
{{if $search}}
<h4>{{$finddsc}} {{$safetxt}}</h4>
{{/if}}
{{foreach $entries as $entry}}
{{include file="direntry.tpl"}}
{{/foreach}}
<div class="directory-end"></div>