limit displayed photos within index to tag selection
[phpfspot.git] / templates / index.tpl
index dfbaf6855750f48e631ccd5fb69c5ef0be14e7e4..b3e8a160c8eab1f544f4c19f912f316f931660b6 100644 (file)
@@ -1,11 +1,11 @@
 {include file="header.tpl"}
- <body>
+ <body onload="refreshAvailableTags(); refreshSelectedTags();">
   <div id="logo">noch keins da</div>
   <div id="tags">
    {include file="tags.tpl"}
   </div>
   <div id="content">
-  {include file="body.tpl"}
+   {include file="welcome.tpl"}
   </div>
  </body>
 {include file="footer.tpl"}