Changeset 825 for trunk/include
- Timestamp:
- Aug 18, 2005, 7:59:00 PM (19 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config_default.inc.php
r809 r825 266 266 // Maintenance]. 267 267 $conf['allow_random_representative'] = false; 268 269 // allow_html_descriptions : authorize administrators to use HTML in 270 // category and element description. 271 $conf['allow_html_descriptions'] = true; 268 272 ?> -
trunk/include/functions_html.inc.php
r817 r825 260 260 else 261 261 { 262 $output.= ' 263 <a class="" href="'.add_session_id(PHPWG_ROOT_PATH.$url.$id).'">'.$name.'</a>'; 262 $output.= '<a class=""'; 263 $output.= ' href="'.add_session_id(PHPWG_ROOT_PATH.$url.$id).'">'; 264 $output.= $name.'</a>'; 264 265 } 265 266 } … … 456 457 { 457 458 $cat_info = get_cat_info($cat_id); 458 get_cat_display_name($cat_info['id'], $url, $replace_space);459 return get_cat_display_name($cat_info['name'], $url, $replace_space); 459 460 } 460 461 ?>
Note: See TracChangeset
for help on using the changeset viewer.