diff options
Diffstat (limited to 'themes/default/templates')
-rw-r--r-- | themes/default/templates/single_photo.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index e8e326d..572bef7 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -49,6 +49,14 @@ {/section} <br /> { /if } + { if $has_versions } + <br /> + Versions:<br /> + <select onchange="update_photo_version(this, {$photo});"> + { photo_version_select_list photo=$photo current=$version } + </select> + <br /> + { /if } { if $tags } <br /> <u><img src="{$web_path}/resources/small_available_tags.png" alt="available tags" /> Tagged with:</u><br /> |