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