Esempio n. 1
0
<?php

//set menus object
if (!isset($menubobj)) {
    require_once SITE_CLASS_GEN . "class.menus.php";
    $menubobj = new Menus();
    $subMenu = $menubobj->getSubMenudetail();
}
if ($_SERVER["HTTP_HOST"] == '192.168.32.150') {
    $width = "70%";
} else {
    $width = "237";
}
$curl = str_replace(SITE_FOLDER . ADMIN_FOLDER, "", $_SERVER['REQUEST_URI']);
$curfile = GetVar('file');
$parentfile = GetVar('parent');
$helpUrl = "index.php?file=ge-help&view=edit&AX=Yes";
$documentUrl = "index.php?file=ge-document&view=edit&AX=Yes";
$settingUrl = "index.php?file=ge-settings&view=edit&AX=Yes";
$backupUrl = "index.php?file=ge-backup&view=edit&AX=Yes";
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
	<td width="50%" height="80"><a href="#" title="<?php 
echo $SITE_NAME;
?>
"><img src="<?php 
echo ADMIN_IMAGES;
?>
exchainge.png" height="64" alt="<?php 
echo $SITE_NAME;