]> git.sur5r.net Git - contagged/blobdiff - index.php
Merge commit '75245bbc807b67247234c9103b162008c5b5b326' into cweiske
[contagged] / index.php
index 521d2e69a1d862b5fd9b60beee0ec1f1ab564e48..7910e3afa2b41507b0b5f304624db59eedbf0352 100644 (file)
--- a/index.php
+++ b/index.php
@@ -12,6 +12,8 @@
     $entrytpl = 'list_entry.tpl';
   }
 
+  tpl_std();
+
   // check which fields are needed
   $fields = get_fields_from_template($entrytpl);
 
@@ -37,7 +39,6 @@
   }
 
   //prepare templates
-  tpl_std();
   if (empty($_REQUEST['filter'])) $_REQUEST['filter']='';
   if (empty($_REQUEST['marker'])) $_REQUEST['marker']='';
   if (empty($_REQUEST['search'])) $_REQUEST['search']='';