style(legacy): format files (#1946)
This commit is contained in:
parent
eb19283d96
commit
4d393fa14e
66 changed files with 775 additions and 565 deletions
|
@ -12,9 +12,9 @@ final class LocaleController extends Zend_Controller_Action
|
|||
echo 'var datatables_dict =' .
|
||||
file_get_contents(
|
||||
Application_Common_OsPath::join(
|
||||
// $_SERVER["DOCUMENT_ROOT"],
|
||||
dirname(__FILE__) . '/../../public/', // Fixing this... -- Albert
|
||||
'js/datatables/i18n/',
|
||||
// $_SERVER["DOCUMENT_ROOT"],
|
||||
dirname(__FILE__) . '/../../public/', // Fixing this... -- Albert
|
||||
'js/datatables/i18n/',
|
||||
$locale . '.txt'
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue