1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Front Page Administration ready (new XHTML/CSS rules, admin JS, message handler, form handler, code cleanup)

This commit is contained in:
secretr
2008-12-15 13:31:02 +00:00
parent 3a818d060b
commit 4ed0c5b73d
5 changed files with 450 additions and 379 deletions

View File

@@ -9,8 +9,8 @@
* Image Administration Area
*
* $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
* $Revision: 1.17 $
* $Date: 2008-12-12 22:39:17 $
* $Revision: 1.18 $
* $Date: 2008-12-15 13:31:01 $
* $Author: secretr $
*
*/
@@ -26,7 +26,6 @@ require_once("auth.php");
require_once(e_HANDLER."form_handler.php");
require_once(e_HANDLER."userclass_class.php");
require_once(e_HANDLER."message_handler.php");
$rs = new form;
$frm = new e_form(); //new form handler
$emessage = &eMessage::getInstance();