summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/photo_index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/templates/photo_index.tpl')
-rw-r--r--themes/default/templates/photo_index.tpl20
1 files changed, 10 insertions, 10 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl
index 95fbb72..b8c0365 100644
--- a/themes/default/templates/photo_index.tpl
+++ b/themes/default/templates/photo_index.tpl
@@ -3,7 +3,7 @@
<!-- Header - displays count of matched photos and some link's -->
<div class="header">
- <div class="subheader">
+ <div class="header_title">
<b>Photo Index</b>
{if $searchfor }
{if $count == 1}
@@ -29,7 +29,7 @@
Results are limited to a date within {$from_date} to {$to_date}.
{/if}
</div>
- <div class="textright">
+ <div class="header_menu">
{if $slideshow_link }
<a href="{$slideshow_link}" title="Slideshow" target="_blank"><img src="{$web_path}/resources/slideshow.png" />&nbsp;Slideshow</a>
{/if}
@@ -50,14 +50,14 @@
{ if $tag_result }
<!-- seperator -->
-<div class="tagresult"></div>
-<!-- /seperator -->
-<div class="tagresulttags" style="float: left;">
- Tags:
-</div>
-<div class="tagresulttags">
- { $selected_tags }
-</div>
+ <div class="tagresult"></div>
+ <!-- /seperator -->
+ <div class="tagresulttags" style="float: left;">
+ Tags:
+ </div>
+ <div class="tagresulttags">
+ { $selected_tags }
+ </div>
{ /if }
<!-- the photo matrix itself -->