diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-08 09:13:32 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-08 09:13:32 +0000 |
commit | f24b3770540d86c587027184850cb6fd28d1a0a2 (patch) | |
tree | 472ed6ed8663248de8ecc092cce4c44501590623 | |
parent | 6967bc04776550a9f1ada407f63d73d0cc786de8 (diff) |
place a horiz. line between photo details and preview pictures
git-svn-id: file:///var/lib/svn/phpfspot/trunk@178 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | templates/single_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 01aa1fd..e83d914 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -76,7 +76,7 @@ <a class="smalltag" href="javascript:Tags('add', '{$id}');" onclick="click(this);" onclick="click(this);">{$name}</a><br /> { /foreach } { /if } - <br /> + <hr> { if $prev_img } <u><img src="resources/photo.png" alt="photo icon" /> Previous:</u><br /> <a href="{$previous_url}" onclick="click(this);"> |