X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=9f9269367307b3a44a6285bec57af842385bb43f;hp=b93803ff0400c1bd89b8ed995f20ade789168056;hb=dd253c45192457c2e029fb957d7778eedf675f0d;hpb=5d397db3e6ff4dc02bf989bb64945e990d2c9da2 diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index b93803f..9f92693 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -6,10 +6,12 @@  {$description}
+ {if $extern_link } + + {/if} original resolution - additional informations @@ -19,9 +21,9 @@ { if $next_url == "" } - + { else } - + { /if } photo @@ -32,13 +34,13 @@ { if $previous_url == "" } first photo reached { else } - + previous photo { /if } - + photo index @@ -46,7 +48,7 @@ { if $next_url == "" } last photo reached { else } - + next photo { /if} @@ -74,9 +76,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}