mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Submit-news working again. Admin Newspost re-work (needs testing), additional JS for dialogs etc.
This commit is contained in:
@@ -19,6 +19,12 @@ require_once('../class2.php');
|
||||
//TODO - marj prepare language reorganisation
|
||||
//include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
|
||||
if($_GET['iframe'] == 1)
|
||||
{
|
||||
define('e_IFRAME', true);
|
||||
|
||||
}
|
||||
|
||||
$e_sub_cat = 'main';
|
||||
require_once('auth.php');
|
||||
require_once(e_HANDLER.'admin_handler.php');
|
||||
|
Reference in New Issue
Block a user