aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/directory_header.tpl
blob: e1def851baaaf8206efa19df55c9ef9c8cf33947 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<h1>$dirlbl</h1>

{{ if $search }}
<h4>$finddsc $safetxt</h4> 
{{ endif }}

{{for $entries as $entry}}

{{ inc direntry.tpl }}{{ endinc }}

{{ endfor }}



<div class="directory-end"></div>