summaryrefslogtreecommitdiffstats
path: root/templates/index.tpl
blob: 38af5841bebdff533c4c69fb70f2e03d0354b553 (plain)
1
2
3
4
5
6
7
8
9
10
11
{include file="header.tpl"}
 <body onload="refreshAvailableTags(); refreshSelectedTags();">
  <div id="logo">{$page_title}</div>
  <div id="tags">
   {include file="tags.tpl"}
  </div>
  <div id="content">
   {include file="welcome.tpl"}
  </div>
 </body>
{include file="footer.tpl"}