Changeset 18815


Ignore:
Timestamp:
Oct 30, 2012, 6:59:12 AM (11 years ago)
Author:
rvelices
Message:
  • spaces are not replaced with   in category names by default. The same thing can be achieved by css if required and long album names are cut in the middle of the word on elegant theme, picture page sidebar. NOte: I almost wanted to remove the replace_space feature, but let's wait for 2.6
File:
1 edited

Legend:

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

    r18667 r18815  
    3737function get_cat_display_name($cat_informations,
    3838                              $url = '',
    39                               $replace_space = true)
     39                              $replace_space = false)
    4040{
    4141  global $conf;
     
    112112function get_cat_display_name_cache($uppercats,
    113113                                    $url = '',
    114                                     $replace_space = true,
     114                                    $replace_space = false,
    115115                                    $single_link = false,
    116116                                    $link_class = null)
     
    233233function get_cat_display_name_from_id($cat_id,
    234234                                      $url = '',
    235                                       $replace_space = true)
     235                                      $replace_space = false)
    236236{
    237237  $cat_info = get_cat_info($cat_id);
Note: See TracChangeset for help on using the changeset viewer.