Ignore:
Timestamp:
Mar 23, 2008, 1:04:46 AM (16 years ago)
Author:
rvelices
Message:
  • remove compatibility with old template ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_html.inc.php

    r2265 r2290  
    3333    return '';
    3434  }
    35  
     35
    3636  if (isset($page['get_icon_cache'][$date]))
    3737  {
     
    714714}
    715715
    716 /**
    717  * set a class to display a counter
    718  * .zero .one .plural
    719  */
    720 function set_span_class($count)
    721 {
    722   if ($count > 1)
    723   {
    724     return 'plural';
    725   }
    726   return ( $count == 0 ) ? 'zero':'one';
    727 }
    728 
    729716/** returns the category comment for rendering in html.
    730717 * this is an event handler. don't call directly
Note: See TracChangeset for help on using the changeset viewer.