CMS Locale Ordner mit FAS/Tempus Locale Ordner zusammengelegt

This commit is contained in:
Andreas Österreicher
2011-07-05 14:28:59 +00:00
parent 39da522b83
commit 39223a6330
13 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -61,14 +61,14 @@ class phrasen extends basis_db
$sprache->load(DEFAULT_LANGUAGE);
//Default Sprache laden
$filename = dirname(__FILE__).'/../locale/cms/'.$sprache->locale.'/'.$module.'.php';
$filename = dirname(__FILE__).'/../locale/'.$sprache->locale.'/'.$module.'.php';
if(file_exists($filename))
include($filename);
$sprache = new sprache();
$sprache->load($this->sprache);
//Anzeigesprache laden
$filename = dirname(__FILE__).'/../locale/cms/'.$sprache->locale.'/'.$module.'.php';
$filename = dirname(__FILE__).'/../locale/'.$sprache->locale.'/'.$module.'.php';
if(file_exists($filename))
include($filename);
$this->loadedModules[]=$module;
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File