diff options
Diffstat (limited to 'view/tpl/directory_header.tpl')
-rwxr-xr-x | view/tpl/directory_header.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/tpl/directory_header.tpl b/view/tpl/directory_header.tpl index 5d703e2dd..477df8a63 100755 --- a/view/tpl/directory_header.tpl +++ b/view/tpl/directory_header.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$dirlbl}}</h1> {{if $search}} @@ -5,12 +6,11 @@ {{/if}} {{foreach $entries as $entry}} - {{include file="direntry.tpl"}} - {{/foreach}} - - +<div id="page-end"></div> <div class="directory-end"></div> - +</div> +<script>$(document).ready(function() { loadingPage = false;});</script> +<div id="page-spinner"></div> |