Changeset 46145

Show
Ignore:
Timestamp:
05/16/08 09:29:58 (2 months ago)
Author:
submarine
Message:

2.0.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • category-icons/trunk/category_icons.php

    r46098 r46145  
    308308                              if ($categ == 1 && $type == 'page') continue;// Not display uncategorized icon for a page 
    309309                              if ($i > $nb_max_icons_page) break; 
    310                               $image = get_cat_icon($parameters.'&cat='.$categ.'&echo=false'); 
     310                              $image = get_cat_icon($parameters.'&cat='.$categ.'&echo=false&link=false'); 
    311311                              //if (!isset($p['class'])) $class = 'caticonspacer'; 
    312312                               $class = 'caticonspacer'; 
  • category-icons/trunk/changelog.txt

    r46098 r46145  
    11Changelog 
     2 
     32.0.1 
     4 
     5I've put back the link=false default parameter for the put_cat_icons() function 
    26 
    372.0 
     
    610* You have the choice to use CSS or an image to define the margins of the icons in the sidebar. 
    711* The ALT descriptions are removed. They're empty, now. 
    8 * A bug is corrected : when you made a search in a category, the result returned some posts that displayed only one icon, whereas they belong to several categories. 
    912 
    1013