View Single Post
  #6  
Old 10-30-2010, 11:02 PM
Brewhaus
Sarnak
 
Join Date: Aug 2010
Posts: 38
Default

Had a sec to look at it. This line in searchbots_body.tpl

Code:
            <td width='25%' class='ColumnHead'><a href="{ORDER_LINK}&orderby=level" style='color:#8aa3ff ;'>{L_LEVEL}</a></td>
Should be


Code:
            <td width='25%' class='ColumnHead'><a href="{ORDER_LINK}&orderby=botlevel" style='color:#8aa3ff ;'>{L_LEVEL}</a></td>
Reply With Quote