Minor fixes in corelibs

This commit is contained in:
Clemens Schwaighofer
2020-01-22 15:14:25 +09:00
parent 3267fc0266
commit f7db84c62f
3 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ if ($smarty->USE_PROTOTYPE) {
$smarty->ADMIN_JAVASCRIPT = 'edit.jq.js';
$smarty->JS_SPECIAL_TEMPLATE_NAME = 'jquery.test.js';
}
$smarty->PAGE_WIDTH = "100%";
$smarty->PAGE_WIDTH = '100%';
// require BASE.INCLUDES.'admin_set_paths.php';
$smarty->setSmartyPaths();