From 005562e4a4fb2b37fc6f1d4a8ca4a9c11ab42ed1 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Fri, 20 Jul 2007 17:59:03 +0000 Subject: issue46, first slideshow implementation git-svn-id: file:///var/lib/svn/phpfspot/trunk@225 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/photo_index.tpl | 3 +++ templates/slideshow.tpl | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 templates/slideshow.tpl (limited to 'templates') diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 1590f85..bc7e5d1 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -30,6 +30,9 @@ {/if} + {if $slideshow_link } + Slideshow + {/if} {if $extern_link } {/if} diff --git a/templates/slideshow.tpl b/templates/slideshow.tpl new file mode 100644 index 0000000..a41a018 --- /dev/null +++ b/templates/slideshow.tpl @@ -0,0 +1,13 @@ +{include file="header.tpl"} + +
+ + + + +
+ slideshow_img +
+
+ +{include file="footer.tpl"} -- cgit v1.2.3-18-g5258