. * */ define('APP_ROOT', '..'); require_once APP_ROOT . DIRECTORY_SEPARATOR . 'inc' . DIRECTORY_SEPARATOR . 'Base.php'; require_once 'strings.js.php'; $themeJsPath = VIEW_PATH . DIRECTORY_SEPARATOR . \SP\Init::$THEME . DIRECTORY_SEPARATOR . 'js' . DIRECTORY_SEPARATOR . 'js.php'; $jsFilesBase = array( array('href' => 'js/jquery-1.11.2.min.js', 'min' => false), // array('href' => 'js/jquery-migrate-1.2.1.min.js', 'min' => false), array('href' => 'js/jquery.placeholder.js', 'min' => true), array('href' => 'js/jquery-ui.min.js', 'min' => false), array('href' => 'js/jquery.fancybox.pack.js', 'min' => false), array('href' => 'js/jquery.powertip.min.js', 'min' => false), array('href' => 'js/chosen.jquery.min.js', 'min' => false), array('href' => 'js/alertify.js', 'min' => true), array('href' => 'js/jquery.fileDownload.js', 'min' => true), array('href' => 'js/jquery.filedrop.js', 'min' => true), array('href' => 'js/jquery.tagsinput.js', 'min' => true), array('href' => 'js/ZeroClipboard.min.js', 'min' => false), array('href' => 'js/zxcvbn-async.js', 'min' => true) ); ?> var APP_ROOT = ''; var LANG = [''];