summaryrefslogtreecommitdiffstats
path: root/templates/slideshow.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/slideshow.tpl')
-rw-r--r--templates/slideshow.tpl9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/slideshow.tpl b/templates/slideshow.tpl
deleted file mode 100644
index bba5cd2..0000000
--- a/templates/slideshow.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-{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"}