Skip to content

Commit

Permalink
Reworked menu options
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Jul 8, 2003
1 parent 5aede70 commit 95114fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/slashcode/templates/info;menu;default
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ en_US
__name__
info
__template__

[% tabs = [
{ link = "$constants.rootdir/admin.pl", label = "Stories", sel_label = "stories" },
{ link = "$constants.rootdir/stats.pl", label = "Stats", sel_label = "stats" },
{ link = "$constants.rootdir/admin.pl?op=siteinfo", label = "Site", sel_label = "site" },
{ link = "$constants.rootdir/users.pl?op=topabusers", label = "Abusers", sel_label = "abusers" },
{ link = "$constants.rootdir/users.pl?op=listreadonly", label = "Read Only", sel_label = "readonly" },
{ link = "$constants.rootdir/users.pl?op=listbanned", label = "Banned", sel_label = "banned" },
{ link = "$constants.rootdir/catfood.pl", label = "Catfood", sel_label = "catfood" },
{ link = "$constants.rootdir/admin.pl?op=slashd", label = "Slashd", sel_label = "slashd" },
{ link = "$constants.rootdir/admin.pl?op=recent", label = "Recent", sel_label = "recent" },
{ link = "$constants.rootdir/admin.pl?op=topics", label = "Config", sel_label = "config" },
Expand Down

0 comments on commit 95114fc

Please sign in to comment.