Ignore:
Timestamp:
Apr 14, 2007, 1:58:28 AM (17 years ago)
Author:
rvelices
Message:

merge r1955 from branch-1_7 to trunk:
flat view small improvements (picture page on root category sorter urls and works in several cases)
correction in permalinks admin (error was assignment in if instead of comparison)

File:
1 edited

Legend:

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

    r1900 r1956  
    247247      $url .= $params['image_id'];
    248248  }
     249  if ( !isset($params['category'] ) )
     250  {// make urls shorter ...
     251    unset( $params['flat'] );
     252  }
    249253  $url .= make_section_in_url($params);
    250254  $url = add_well_known_params_in_url($url, $params);
Note: See TracChangeset for help on using the changeset viewer.