Changeset 46145
- Timestamp:
- 05/16/08 09:29:58 (2 months ago)
- Files:
-
- category-icons/trunk/category_icons.php (modified) (1 diff)
- category-icons/trunk/changelog.txt (modified) (2 diffs)
- category-icons/trunk/languages/category_icons-it_IT.mo (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
category-icons/trunk/category_icons.php
r46098 r46145 308 308 if ($categ == 1 && $type == 'page') continue;// Not display uncategorized icon for a page 309 309 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'); 311 311 //if (!isset($p['class'])) $class = 'caticonspacer'; 312 312 $class = 'caticonspacer'; category-icons/trunk/changelog.txt
r46098 r46145 1 1 Changelog 2 3 2.0.1 4 5 I've put back the link=false default parameter for the put_cat_icons() function 2 6 3 7 2.0 … … 6 10 * You have the choice to use CSS or an image to define the margins of the icons in the sidebar. 7 11 * 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.9 12 10 13
