";
// Hmm, should we make this variable?
chdir('admin/');
$dir = opendir(".");
$setmodules=1;
while($file = readdir($dir))
{
if(preg_match("/^admin_.*/", $file))
{
//print "$file
\n";
include($file);
}
}
while(list($cat, $action_array) = each($module))
{
print "