summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-15 16:15:36 +0100
committerYorhel <git@yorhel.nl>2008-11-15 16:15:36 +0100
commit7f0a96b564544a3393f62c74599d1fdf95d7146c (patch)
tree06f1d18858fce113ce08b60fd60458b121a38f18 /data
parent22e68d50dd7ce1187a2e31eb8c45f5e1ec53bf11 (diff)
Added tag listing to thread pages
Not sure about the style, but at least it works. Thread page is now pretty much finished as well, yay!
Diffstat (limited to 'data')
-rw-r--r--data/global.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 3889628a..446af70a 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -53,6 +53,13 @@ our %S = (
in => 'Individual',
ng => 'Amateur group',
},
+ discussion_tags => {
+ an => 'Announcements', # 0 - usage restricted to boardmods
+ db => 'VNDB Discussions', # 0
+ v => 'Visual novels', # vid
+ p => 'Producers', # pid
+ u => 'Users', # uid
+ },
);