aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/mainpage_categories.tpl4
-rw-r--r--themes/default/template/thumbnails.tpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/template/mainpage_categories.tpl b/themes/default/template/mainpage_categories.tpl
index f4ff8f264..11dce56b8 100644
--- a/themes/default/template/mainpage_categories.tpl
+++ b/themes/default/template/mainpage_categories.tpl
@@ -8,8 +8,8 @@
}
{/html_style}{/strip}
<ul class="thumbnailCategories">
-{foreach from=$category_thumbnails item=cat}
- <li>
+{foreach from=$category_thumbnails item=cat name=cat_loop}
+ <li class="{if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
<div class="thumbnailCategory">
<div class="illustration">
<a href="{$cat.URL}">
diff --git a/themes/default/template/thumbnails.tpl b/themes/default/template/thumbnails.tpl
index 942a5888d..476ec5ef3 100644
--- a/themes/default/template/thumbnails.tpl
+++ b/themes/default/template/thumbnails.tpl
@@ -34,7 +34,7 @@
</span>
{if $SHOW_THUMBNAIL_CAPTION }
<span class="thumbLegend">
- {$thumbnail.NAME}
+ <span class="thumbName">{$thumbnail.NAME}</span>
{if !empty($thumbnail.icon_ts)}
<img title="{$thumbnail.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent.png" alt="(!)">
{/if}