From a836bb89bf119ea739d60f99a8afd0b0a8a7500d Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 2 Feb 2011 17:03:26 +0100 Subject: Added /t/all - a listing of all recently replied to threads --- lib/VNDB/Handler/Misc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/VNDB/Handler/Misc.pm') diff --git a/lib/VNDB/Handler/Misc.pm b/lib/VNDB/Handler/Misc.pm index e7797259..df5621d8 100644 --- a/lib/VNDB/Handler/Misc.pm +++ b/lib/VNDB/Handler/Misc.pm @@ -105,7 +105,7 @@ sub homepage { # Recent posts td; h1; - a href => '/t', mt '_home_recentposts'; txt ' '; + a href => '/t/all', mt '_home_recentposts'; txt ' '; a href => '/feeds/posts.atom'; cssicon 'feed', mt '_atom_feed'; end; end; my $posts = $self->dbThreadGet(what => 'lastpost boardtitles', results => 10, sort => 'lastpost', reverse => 1, notusers => 1); -- cgit v1.2.3