diff options
author | flop25 <flop25@piwigo.org> | 2012-07-17 14:00:25 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2012-07-17 14:00:25 +0000 |
commit | aecd0d9a80e4e3357e78a3a96694bd10294a0384 (patch) | |
tree | 69b5402a1d763ecb65600cd5a36e2cb3ae5bee3c | |
parent | 72eac3862dd6ba71dc1af62644b43ea723abf682 (diff) |
merge r16801 from trunk to 2.4 branch
wrong name for the loop : odd/even feature working now
git-svn-id: http://piwigo.org/svn/branches/2.4@16802 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 041e18439..81bb82d75 100644 --- a/themes/default/template/mainpage_categories.tpl +++ b/themes/default/template/mainpage_categories.tpl @@ -14,7 +14,7 @@ {combine_script id='jquery.ajaxmanager' path='themes/default/js/plugins/jquery.ajaxmanager.js' load='footer'} {combine_script id='thumbnails.loader' path='themes/default/js/thumbnails.loader.js' require='jquery.ajaxmanager' load='footer'} {/if} - <li class="{if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}"> + <li class="{if $smarty.foreach.cat_loop.index is odd}odd{else}even{/if}"> <div class="thumbnailCategory"> <div class="illustration"> <a href="{$cat.URL}"> |