Skip to content

Commit

Permalink
Added sort param so Older Stories link returns items in reverse chron…
Browse files Browse the repository at this point in the history
…o order; newest first
  • Loading branch information
marty-b committed Feb 7, 2016
1 parent 7f7784a commit 1d8c745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/templates/getOlderStories;misc;default
Expand Up @@ -67,7 +67,7 @@ __template__
# pointing back in time into search.pl
# (why wouldn't we??) %]

<b><a href="[% gSkin.rootdir %]/search.pl?start=[% start %]
<b><a href="[% gSkin.rootdir %]/search.pl?sort=2&start=[% start %]
[%- IF gSkin.skid != constants.mainpage_skid %]&amp;section=[% gSkin.name; END -%]
">Older Articles</a></b>

Expand Down

0 comments on commit 1d8c745

Please sign in to comment.