__section__
default
__description__
Display admin menu.

* items = arrayref of hashref of menu items (value (link), label)
* lightfontcolor = optional value for the font color of in the light mode menu

__title__

__page__
menu
__lang__
en_US
__name__
info
__template__

[% tabs = [
	{ link = "$gSkin.rootdir/admin.pl",			label = "Stories",		sel_label = "stories" },
	{ link = "$gSkin.rootdir/stats.pl",			label = "Stats",		sel_label = "stats" },
	{ link = "$gSkin.rootdir/admin.pl?op=siteinfo",	label = "Site",			sel_label = "site" },
	{ link = "$gSkin.rootdir/admin.pl?op=topictree",	label = "Tree",			sel_label = "tree" },
	{ link = "$gSkin.rootdir/admin.pl?op=recent_subs",	label = "Subs",			sel_label = "subs" },
	{ link = "$gSkin.rootdir/admin.pl?op=slashd",	label = "Slashd",		sel_label = "slashd" },
	{ link = "$gSkin.rootdir/admin.pl?op=recent_webheads", label = "Webheads",		sel_label = "webheads" },
	{ link = "$gSkin.rootdir/admin.pl?op=mcd_stats",	label = "Memcached",		sel_label = "mcdstats" },
	{ link = "$gSkin.rootdir/admin.pl?op=recent",	label = "Security",		sel_label = "security" },
	{ link = "$gSkin.rootdir/admin.pl?op=topics",	label = "Config",		sel_label = "config" },
	{ link = "$gSkin.rootdir/admin.pl?op=peerweights",	label = "PeerWeights",		sel_label = "peerweights" },
];
PROCESS tabbedmenu tabs=tabs color=color selected=page lightfontcolor=lightfontcolor || ""; %]

__seclev__
10000
__version__
$Id: info;menu;default,v 1.20 2007/03/13 21:31:39 jamiemccarthy Exp $
