From 4b6bc77977eb64eb9f41126fdccec65008f37854 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 23 Mar 2013 21:17:44 +0000 Subject: Implement prettyPhoto (somewhat). --- view/tpl/photo_view.tpl | 8 +++++++- view/tpl/smarty3/photo_view.tpl | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 732caf690..f724b419b 100644 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -1,3 +1,9 @@ + +

$album.1

@@ -11,7 +17,7 @@ {{ if $prevlink }}{{ endif }} -
+
{{ if $nextlink }}{{ endif }}
$desc
diff --git a/view/tpl/smarty3/photo_view.tpl b/view/tpl/smarty3/photo_view.tpl index 94f71bdd8..fe090409a 100644 --- a/view/tpl/smarty3/photo_view.tpl +++ b/view/tpl/smarty3/photo_view.tpl @@ -3,6 +3,12 @@ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN * *}} + +

{{$album.1}}

@@ -16,7 +22,7 @@ {{if $prevlink}}{{/if}} -
+
{{if $nextlink}}{{/if}}
{{$desc}}
-- cgit v1.2.3