* [ADD] New user preferences available

* [MOD] CSS fonts are now stored locally for Material Blue theme
This commit is contained in:
nuxsmin
2015-10-01 14:26:30 +02:00
parent ac5ec0e0f5
commit 95f0214fd1
37 changed files with 761 additions and 149 deletions

View File

@@ -23,11 +23,13 @@
*
*/
use SP\Themes;
define('APP_ROOT', '..');
require_once APP_ROOT . DIRECTORY_SEPARATOR . 'inc' . DIRECTORY_SEPARATOR . 'Base.php';
$themeCssPath = VIEW_PATH . DIRECTORY_SEPARATOR . \SP\Init::$THEME . DIRECTORY_SEPARATOR . 'css' . DIRECTORY_SEPARATOR . 'css.php';
$themeCssPath = VIEW_PATH . DIRECTORY_SEPARATOR . Themes::$theme . DIRECTORY_SEPARATOR . 'css' . DIRECTORY_SEPARATOR . 'css.php';
$cssFilesBase = array(
array('href' => 'css/reset.css', 'min' => true),