View Single Post
  #2  
Old 05-13-2011, 07:28 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Change default search display in different order

include/search.php around line 908


Code:
$direction = ($data['sort_direction'] ? 'DESC' : 'ASC');

switch desc/asc
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote