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

language cleanup

This commit is contained in:
marj
2009-07-18 15:04:03 +00:00
parent 07fa97d39c
commit fe48473f4e
6 changed files with 15 additions and 16 deletions

View File

@@ -9,13 +9,13 @@
* Admin template - _blank theme
*
* $Source: /cvs_backup/e107_0.8/e107_themes/_blank/admin_template.php,v $
* $Revision: 1.15 $
* $Date: 2009-07-17 23:23:36 $
* $Author: e107coders $
* $Revision: 1.16 $
* $Date: 2009-07-18 15:04:01 $
* $Author: marj_nl_fr $
*
*/
if (!defined('e107_INIT')) { exit; }
if (!defined('e107_INIT')) { exit(); }
define("ADLINK_COLS",5);
@@ -23,7 +23,7 @@ define("ADLINK_COLS",5);
include_lan(THEME."languages/".e_LANGUAGE.".php");
include_lan(e_THEME."_blank/languages/".e_LANGUAGE.".php");
//{FS_ADMIN_ALT_NAV}
$ADMIN_HEADER = "

View File

@@ -1,5 +1,6 @@
<?php
include_lan(THEME."languages/".e_LANGUAGE.".php");
if ( ! defined('e107_INIT')) { exit(); }
include_lan(e_THEME."_blank/languages/".e_LANGUAGE.".php");
$THEME_CORE_JSLIB = array(
'jslib/core/decorate.js' => 'all',

View File

@@ -1,5 +1,6 @@
<?php
include_lan(THEME."languages/".e_LANGUAGE.".php");
if ( ! defined('e107_INIT')) { exit(); }
include_lan(e_THEME."_blank/languages/".e_LANGUAGE.".php");
$THEME_CORE_JSLIB = array(
'jslib/core/decorate.js' => 'all',