diff options
author | Zach Prezkuta <fermion@gmx.com> | 2013-01-06 16:08:56 -0700 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2013-01-06 16:08:56 -0700 |
commit | 4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739 (patch) | |
tree | 886f29ccaafb966af2544e8be10d359acd698254 /view/tpl/smarty3/directory_header.tpl | |
parent | a0d19ffb7241a1c7a4b85e6d0fd58fbb2f718468 (diff) | |
download | volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.tar.gz volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.tar.bz2 volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.zip |
rebase and update themes
Diffstat (limited to 'view/tpl/smarty3/directory_header.tpl')
-rw-r--r-- | view/tpl/smarty3/directory_header.tpl | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/view/tpl/smarty3/directory_header.tpl b/view/tpl/smarty3/directory_header.tpl index c2ca64682..5d703e2dd 100644 --- a/view/tpl/smarty3/directory_header.tpl +++ b/view/tpl/smarty3/directory_header.tpl @@ -1,16 +1,16 @@ -<h1>{{$sitedir}}</h1> +<h1>{{$dirlbl}}</h1> -{{$globaldir}} -{{$admin}} +{{if $search}} +<h4>{{$finddsc}} {{$safetxt}}</h4> +{{/if}} -{{$finding}} +{{foreach $entries as $entry}} -<div id="directory-search-wrapper"> -<form id="directory-search-form" action="directory" method="get" > -<span class="dirsearch-desc">{{$desc}}</span> -<input type="text" name="search" id="directory-search" class="search-input" onfocus="this.select();" value="{{$search}}" /> -<input type="submit" name="submit" id="directory-search-submit" value="{{$submit}}" class="button" /> -</form> -</div> -<div id="directory-search-end"></div> +{{include file="direntry.tpl"}} + +{{/foreach}} + + + +<div class="directory-end"></div> |