From a8c8bd8ee5c29db5512230eaeb65e44794e21b89 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 6 Jan 2008 09:40:29 +0100 Subject: issue59, further cleanup code after removing html tables Signed-off-by: Andreas Unterkircher --- themes/default/templates/single_photo.tpl | 42 ++++++++++++++++--------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'themes/default/templates/single_photo.tpl') diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index c87118a..39e3bf4 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -1,26 +1,28 @@ -
- Photo {$image_name}
- {if $photo_count > 0} - {$photo_number} of {$photo_count} - {if $photo_count == 1} - Photo - {else} - Photos +
+
+ Photo {$image_name}
+ {if $photo_count > 0} + {$photo_number} of {$photo_count} + {if $photo_count == 1} + Photo + {else} + Photos + {/if} + {if $description} +  {$description}
+ {/if} {/if} - {if $description} -  {$description}
+
+
+ + {if $extern_link } + {/if} - {/if} -
-
- - {if $extern_link } - - {/if} - - original resolution - + + original resolution + +
-- cgit v1.2.3-18-g5258