__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__
security
__template__

[% tabs = [
	{ link = "$gSkin.rootdir/admin.pl",			label = "Stories",		sel_label = "stories" },
	{ link = "$gSkin.rootdir/admin.pl?op=recent_mods",	label = "Mods",			sel_label = "recent_mods" },
	{ link = "$gSkin.rootdir/admin.pl?op=recent_requests", label = "Reqs",              sel_label = "requests" },
	{ link = "$gSkin.rootdir/admin.pl?op=recent",       label = "Posting",              sel_label = "recent" },
	{ link = "$gSkin.rootdir/users.pl?op=topabusers",   label = "Abusers",              sel_label = "abusers" },
	{ link = "$gSkin.rootdir/users.pl?op=listreadonly", label = "Read&nbsp;Only",       sel_label = "readonly" },
	{ link = "$gSkin.rootdir/users.pl?op=listbanned",   label = "Banned",               sel_label = "banned" },
	{ link = "$gSkin.rootdir/stats.pl",       		label = "Info",         	sel_label = "stats" },
	{ link = "$gSkin.rootdir/admin.pl?op=topics",       label = "Config",               sel_label = "config" },

];
PROCESS tabbedmenu tabs=tabs color=color selected=page lightfontcolor=lightfontcolor || ""; %]

__seclev__
10000
__version__
$Id: security;menu;default,v 1.2 2004/06/17 16:12:25 jamiemccarthy Exp $
