fix error handling
[phpfspot.git] / templates / index.tpl
1 {include file="header.tpl"}
2  <body onload="refreshAvailableTags(); refreshSelectedTags();">
3   <div id="logo">{$page_title}</div>
4   <div id="tags">
5    {include file="tags.tpl"}
6   </div>
7   <div id="content">
8    {include file="welcome.tpl"}
9   </div>
10  </body>
11 {include file="footer.tpl"}