From 81024014bf2fabc1c606edcd8b6441e67ffc824f Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Tue, 5 Jun 2007 20:27:07 +0000 Subject: renamed single photo display file git-svn-id: file:///var/lib/svn/phpfspot/trunk@17 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/body.tpl | 24 ------------------------ templates/single_photo.tpl | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 templates/body.tpl create mode 100644 templates/single_photo.tpl diff --git a/templates/body.tpl b/templates/body.tpl deleted file mode 100644 index 2acf924..0000000 --- a/templates/body.tpl +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - -
- -
- { if $previous_url == "" } -   - { else } - Previous - { /if } -   - { if $next_url == "" } -   - { else } - Next - { /if} -
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl new file mode 100644 index 0000000..2acf924 --- /dev/null +++ b/templates/single_photo.tpl @@ -0,0 +1,24 @@ + + + + + + + + + +
+ +
+ { if $previous_url == "" } +   + { else } + Previous + { /if } +   + { if $next_url == "" } +   + { else } + Next + { /if} +
-- cgit v1.2.3-18-g5258