diff options
Diffstat (limited to 'themes/default/templates')
-rw-r--r-- | themes/default/templates/photo_index.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 9f0531e..95fbb72 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -29,7 +29,7 @@ Results are limited to a date within {$from_date} to {$to_date}. {/if} </div> -<div class="textright"> + <div class="textright"> {if $slideshow_link } <a href="{$slideshow_link}" title="Slideshow" target="_blank"><img src="{$web_path}/resources/slideshow.png" /> Slideshow</a> {/if} @@ -52,10 +52,10 @@ <!-- seperator --> <div class="tagresult"></div> <!-- /seperator --> -<div class="subheader"> - <div class="tagresulttags"> - Tags: - </div> +<div class="tagresulttags" style="float: left;"> + Tags: +</div> +<div class="tagresulttags"> { $selected_tags } </div> { /if } |