Quote:
|
Originally Posted by mambomango perhaps content.html.php??? |
Almost
It's content.php -> round line 250 you'll find this code:
Code:
. "\nORDER BY a.sectionid, a.catid, a.ordering ASC"
simply change this to:
Code:
. "\nORDER BY a.sectionid, a.catid, a.ordering DESC"
cheers,
novocaine