17 lines
198 B
Smarty
Executable File
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>
|
|
|