X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=e83d9145e77558edb5e3a4f0afc961916279a577;hp=e5bcadad54b9cd1536d5f191bec410ed9c027726;hb=f24b3770540d86c587027184850cb6fd28d1a0a2;hpb=197566923eb20b13dc443f0adee7cbb163b458ae diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index e5bcada..e83d914 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -9,7 +9,6 @@ original resolution - additional informations @@ -19,9 +18,9 @@ { if $next_url == "" } - + { else } - + { /if } photo @@ -30,23 +29,23 @@ { if $previous_url == "" } -   + first photo reached { else } - + previous photo { /if } - + photo index { if $next_url == "" } -   + last photo reached { else } - + next photo { /if} @@ -74,9 +73,22 @@
available tags Tagged with:
{ foreach from=$tags key=id item=name } - {$name}
+ {$name}
{ /foreach } { /if } +
+ { if $prev_img } + photo icon Previous:
+ +
+
+ { /if} + { if $next_img } + photo icon Next:
+ +
+
+ { /if}