some style fixes
[phpfspot.git] / templates / index.tpl
index e38a8230f11e616aa76e2323a43cbeda86176c6c..38af5841bebdff533c4c69fb70f2e03d0354b553 100644 (file)
@@ -1,11 +1,11 @@
 {include file="header.tpl"}
  <body onload="refreshAvailableTags(); refreshSelectedTags();">
-  <div id="logo">noch keins da</div>
+  <div id="logo">{$page_title}</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"}