mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-08 09:26:57 +01:00
* [ADD] New user preferences available
* [MOD] CSS fonts are now stored locally for Material Blue theme
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user