Show
Ignore:
Timestamp:
06/19/08 01:29:47 (18 months ago)
Author:
bsmith
Message:

bugzid:79938 - Normalizing Template Tags - converting ifnonzero & ifnonempty to if, setvar & getvar to var, etc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/default_templates/archive_index.mtml

    r2603 r2604  
    5555                                    <ul class="archive-list"> 
    5656        </mt:SubCatIsFirst> 
    57         <mt:IfNonZero tag="MTCategoryCount"> 
     57        <mt:If tag="CategoryCount"> 
    5858                                        <li class="archive-list-item"><a href="<$mt:CategoryArchiveLink$>" title="<$mt:CategoryDescription$>"><$mt:CategoryLabel$></a> 
    5959        <mt:Else> 
    6060                                        <li class="archive-list-item"><$mt:CategoryLabel$> 
    61         </mt:IfNonZero> 
     61        </mt:If> 
    6262        <$mt:SubCatsRecurse$> 
    6363                                        </li>