From dfea79ee5500254de94a73d6292dd893f9616869 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 28 Dec 2010 18:56:09 +0000 Subject: - css sprites work for ie6 - simplify/remove css git-svn-id: http://piwigo.org/svn/trunk@8362 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/comment_list.tpl | 16 +++++----------- themes/default/template/mainpage_categories.tpl | 2 +- themes/default/template/thumbnails.tpl | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) (limited to 'themes/default/template') diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index f73e61b19..d35b2e18f 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -12,29 +12,23 @@ {/if}
{if isset($comment.U_DELETE) or isset($comment.U_VALIDATE) or isset($comment.U_EDIT) } - +
{/if} {$comment.AUTHOR} - {$comment.DATE} 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 @@

{$cat.NAME} {if !empty($cat.icon_ts)} - (!) + (!) {/if}

diff --git a/themes/default/template/thumbnails.tpl b/themes/default/template/thumbnails.tpl index 1061f77cd..cb00e915b 100644 --- a/themes/default/template/thumbnails.tpl +++ b/themes/default/template/thumbnails.tpl @@ -12,7 +12,7 @@ {if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if} {if !empty($thumbnail.icon_ts)} - (!) + (!) {/if} {if isset($thumbnail.NB_COMMENTS)} -- cgit v1.2.3