diff options
author | flop25 <flop25@piwigo.org> | 2012-07-17 13:56:22 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2012-07-17 13:56:22 +0000 |
commit | 0deaffb6074fd58473b82714c20a1e98b0ee4297 (patch) | |
tree | a82253bd95d30af4f0534e4775fc8c44cabcb9d3 | |
parent | c6128fb4852405671b49a1737a97557f6aea53ae (diff) |
wrong name for the loop : odd/even feature working now
git-svn-id: http://piwigo.org/svn/trunk@16801 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}"> |