acl_get('a_') )
{
trigger_error('No_admin');
}
// Generate relevant output
if ( isset($_GET['pane']) && $_GET['pane'] == 'top' )
{
page_header('', '', false);
?>
 |
lang['Admin_title']; ?> |
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);
?>
lang['Admin_Index']; ?> |
lang['Forum_index']; ?> |
$action_ary )
{
$cat = ( !empty($user->lang[$cat . '_cat']) ) ? $user->lang[$cat . '_cat'] : preg_replace('/_/', ' ', $cat);
?>
$file )
{
$action = ( !empty($user->lang[$action]) ) ? $user->lang[$action] : preg_replace('/_/', ' ', $action);
$cell_bg = ( $cell_bg == 'row1' ) ? 'row2' : 'row1';
?>
|
|