summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/slideshow.tpl
blob: bba5cd20393af52eb988bd7ef1ebf74d29256638 (plain)
1
2
3
4
5
6
7
8
9
{include file="header.tpl"}
 <body onload="startSlideShow();" style="text-align: center;">
  <div style="margin: 0 auto; padding: 10px;">
   <a href="javascript:window.close();" title="click to close slideshow">
    <img id="slide_img" alt="slideshow_img" />
   </a>
  </div>
 </body>
{include file="footer.tpl"}