Changeset 18815 for trunk/include/functions_html.inc.php
- Timestamp:
- Oct 30, 2012, 6:59:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_html.inc.php
r18667 r18815 37 37 function get_cat_display_name($cat_informations, 38 38 $url = '', 39 $replace_space = true)39 $replace_space = false) 40 40 { 41 41 global $conf; … … 112 112 function get_cat_display_name_cache($uppercats, 113 113 $url = '', 114 $replace_space = true,114 $replace_space = false, 115 115 $single_link = false, 116 116 $link_class = null) … … 233 233 function get_cat_display_name_from_id($cat_id, 234 234 $url = '', 235 $replace_space = true)235 $replace_space = false) 236 236 { 237 237 $cat_info = get_cat_info($cat_id);
Note: See TracChangeset
for help on using the changeset viewer.