Changeset 16802


Ignore:
Timestamp:
Jul 17, 2012, 4:00:25 PM (12 years ago)
Author:
flop25
Message:

merge r16801 from trunk to 2.4 branch
wrong name for the loop : odd/even feature working now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/themes/default/template/mainpage_categories.tpl

    r16523 r16802  
    1515{combine_script id='thumbnails.loader' path='themes/default/js/thumbnails.loader.js' require='jquery.ajaxmanager' load='footer'}
    1616{/if}
    17         <li class="{if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
     17        <li class="{if $smarty.foreach.cat_loop.index is odd}odd{else}even{/if}">
    1818                <div class="thumbnailCategory">
    1919                        <div class="illustration">
Note: See TracChangeset for help on using the changeset viewer.