aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/directory_header.tpl
blob: 293e65be280130ce2fdfe4f4e8d5954cb089def1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{{*
 *	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>