1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Some notice removal, css cleanup and an alternate admin style-sheet added for testing purposes. (test png transparency) - see _blank

This commit is contained in:
CaMer0n
2009-07-15 09:38:00 +00:00
parent 95d2c3b8a3
commit 8a680030c3
11 changed files with 789 additions and 190 deletions

View File

@@ -12,8 +12,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/header.php,v $
| $Revision: 1.33 $
| $Date: 2009-07-14 11:05:49 $
| $Revision: 1.34 $
| $Date: 2009-07-15 09:37:59 $
| $Author: e107coders $
+---------------------------------------------------------------+
*/
@@ -89,7 +89,7 @@ if (file_exists(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_footer.php')) {
@include_once(e_LANGUAGEDIR.'English/admin/lan_footer.php');
}
if (!defined('ADMIN_WIDTH')) {
define('ADMIN_WIDTH', "width: 95%' class='adminlist");
define('ADMIN_WIDTH', "width: 95%");
}
if (!defined('ADMIN_TRUE_ICON'))
@@ -690,7 +690,7 @@ if (strpos(e_SELF.'?'.e_QUERY, 'menus.php?configure') === FALSE) {
$sql->db_Mark_Time('(End: Parse Admin Header)');
}
if(!is_object($emessage))
if(!varset($emessage) && !is_object($emessage))
{
require_once(e_HANDLER."message_handler.php");
$emessage = &eMessage::getInstance();