summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/LayoutHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-23 11:04:37 +0200
committerYorhel <git@yorhel.nl>2009-05-23 11:04:37 +0200
commit9d88ab54413a0546da5420409f7bd23e8db4970d (patch)
tree40edc932004d01a59cc26a5d6e232dbac9825ab2 /lib/VNDB/Util/LayoutHTML.pm
parentfbd24e0c11ccd0fae499a38b4c1ab7b971a42094 (diff)
Switched producers <-> tags in main menu
This way VNs, releases and producers are grouped together, which are the three main database components. (The rest is all extra)
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 c8208967..1e6d8a60 100644
--- a/lib/VNDB/Util/LayoutHTML.pm
+++ b/lib/VNDB/Util/LayoutHTML.pm
@@ -58,8 +58,8 @@ sub _menu {
a href => '/', 'Home'; br;
a href => '/v/all', 'Visual novels'; br;
a href => '/r', 'Releases'; br;
- a href => '/g', 'Tags'; br;
a href => '/p/all', 'Producers'; br;
+ a href => '/g', 'Tags'; br;
a href => '/u/all', 'Users'; br;
a href => '/hist', 'Recent changes'; br;
a href => '/t', 'Discussion board'; br;