summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/LayoutHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-15 21:02:15 +0100
committerYorhel <git@yorhel.nl>2008-11-15 21:02:15 +0100
commita2750a22cb2700bb953016e59d68c07b4a84806a (patch)
tree27436dc4d72347d6bdcaafa36fc779fb2bdbc6a1 /lib/VNDB/Util/LayoutHTML.pm
parent350b5ed959b3bf7afbdf47b92f1a3b64bade42fe (diff)
Created discussion board index
Not really sure what to do with the index page, so I'll just use it to show the 50 most recent replies... (19:31:02) Yorhel: there, my last commit for today And I thought planning things was something I am good at...
Diffstat (limited to 'lib/VNDB/Util/LayoutHTML.pm')
-rw-r--r--lib/VNDB/Util/LayoutHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Util/LayoutHTML.pm b/lib/VNDB/Util/LayoutHTML.pm
index 383d63ee..8c4ba7ef 100644
--- a/lib/VNDB/Util/LayoutHTML.pm
+++ b/lib/VNDB/Util/LayoutHTML.pm
@@ -50,7 +50,7 @@ sub _menu {
[ '/p/all' => 'Producers' ],
[ '/u/list/all' => 'Users' ],
[ '/hist' => 'Recent Changes' ],
- [ '#' => 'Discussion Board' ],
+ [ '/t' => 'Discussion Board' ],
[ '#' => 'FAQ' ]) {
a href => $$_[0], $$_[1];
br;