issue46, added a nice slideshow icon
[phpfspot.git] / templates / slideshow.tpl
1 {include file="header.tpl"}
2  <body onload="startSlideShow();" style="text-align: center;">
3   <div style="margin: 0 auto; padding: 10px;">
4    <a href="javascript:window.close();" title="click to close slideshow">
5     <img id="slide_img" alt="slideshow_img" />
6    </a>
7   </div>
8  </body>
9 {include file="footer.tpl"}