acl_get('a_') )
{
message_die(MESSAGE, 'No_admin', '', true);
}
// Generate relevant output
if ( isset($_GET['pane']) && $_GET['pane'] == 'top' )
{
page_header('', '', false);
?>
body {background-color: #98AAB1}', false);
// Grab module information using Bart's "neat-o-module" system (tm)
$dir = @opendir('.');
$setmodules = 1;
while ( $file = @readdir($dir) )
{
if ( preg_match('/^admin_(.*?)\.' . $phpEx . '$/', $file) )
{
include($file);
}
}
@closedir($dir);
unset($setmodules);
?>
|
|
$action_ary )
{
$cat = ( !empty($lang[$cat . '_cat']) ) ? $lang[$cat . '_cat'] : preg_replace('/_/', ' ', $cat);
?>
$file )
{
$action = ( !empty($lang[$action]) ) ? $lang[$action] : preg_replace('/_/', ' ', $action);
$cell_bg = ( $cell_bg == 'row1' ) ? 'row2' : 'row1';
?>
|
|