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

17 lines
191 B
Smarty

<h1>$dirlbl</h1>
{{ if $search }}
<h4>$finddsc $safetxt</h4>
{{ endif }}
{{for $entries as $entry}}
{{ inc direntry.tpl }}{{ endinc }}
{{ endfor }}
<div class="directory-end"></div>