CC-1695 Remove Campcaster Studio and make install easier
Changing htmlUI dir structure to be better.
This commit is contained in:
parent
acda23db88
commit
c4b96da797
285 changed files with 0 additions and 0 deletions
15
htmlUI/localizer/loader.inc.php
Normal file
15
htmlUI/localizer/loader.inc.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
require_once dirname(__FILE__).'/Localizer.php';
|
||||
|
||||
function loadTranslations($langid)
|
||||
{
|
||||
Localizer::LoadLanguageFiles('masks', $langid, true);
|
||||
Localizer::LoadLanguageFiles('application', $langid, true);
|
||||
return Localizer::LoadLanguageFiles('templates', $langid, true);
|
||||
}
|
||||
|
||||
function getLanguages()
|
||||
{
|
||||
return LOCALIZER::getAllLanguages(NULL, FALSE, TRUE);
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue