mirror of
https://github.com/e107inc/e107.git
synced 2025-07-16 20:41:27 +02:00
STANDARDS_MODE
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
if ( ! defined('e107_INIT')) { exit(); }
|
if ( ! defined('e107_INIT')) { exit(); }
|
||||||
|
|
||||||
|
define('STANDARDS_MODE', TRUE);
|
||||||
|
|
||||||
include_lan(e_THEME."_blank/languages/".e_LANGUAGE.".php");
|
include_lan(e_THEME."_blank/languages/".e_LANGUAGE.".php");
|
||||||
|
|
||||||
$THEME_CORE_JSLIB = array(
|
$THEME_CORE_JSLIB = array(
|
||||||
|
@@ -11,15 +11,16 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_themes/jayya/admin_theme.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_themes/jayya/admin_theme.php,v $
|
||||||
| $Revision: 1.1 $
|
| $Revision: 1.2 $
|
||||||
| $Date: 2009-04-27 10:52:42 $
|
| $Date: 2009-07-19 19:42:13 $
|
||||||
| $Author: secretr $
|
| $Author: marj_nl_fr $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Protect the file from direct access
|
// Protect the file from direct access
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
define('STANDARDS_MODE', TRUE);
|
||||||
|
|
||||||
// Get language definition files for this theme
|
// Get language definition files for this theme
|
||||||
include_lan(e_THEME."jayya/languages/".e_LANGUAGE.".php");
|
include_lan(e_THEME."jayya/languages/".e_LANGUAGE.".php");
|
||||||
|
Reference in New Issue
Block a user