diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-28 18:56:09 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-28 18:56:09 +0000 |
commit | dfea79ee5500254de94a73d6292dd893f9616869 (patch) | |
tree | 9e3862fdf12b229782cb813b3e025498956fb385 /themes/default/template/mainpage_categories.tpl | |
parent | faf97e2d6ba5b80ef5bf45753ac89d641abd9086 (diff) |
- css sprites work for ie6
- simplify/remove css
git-svn-id: http://piwigo.org/svn/trunk@8362 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/mainpage_categories.tpl')
-rw-r--r-- | themes/default/template/mainpage_categories.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/mainpage_categories.tpl b/themes/default/template/mainpage_categories.tpl index 3f68dd8f6..8506b0dfc 100644 --- a/themes/default/template/mainpage_categories.tpl +++ b/themes/default/template/mainpage_categories.tpl @@ -12,7 +12,7 @@ <h3> <a href="{$cat.URL}">{$cat.NAME}</a> {if !empty($cat.icon_ts)} - <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)"> + <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" alt="(!)"> {/if} </h3> <div class="text"> |