We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73c634 commit 0b46308Copy full SHA for 0b46308
2 files changed
src/controllers/Core_AdminController.php
@@ -734,7 +734,7 @@ public function postTheme()
734
735
if ($input != null) {
736
$masterLess = base_path() .'/vendor/syntax/core/public/less/master.less';
737
- $masterCss = base_path() .'/vendor/syntax/core/public/css/master.css';#5097b5
+ $masterCss = public_path() .'/css/master.css';#5097b5
738
739
$lines = file($masterLess);
740
src/views/layouts/default.blade.php
@@ -17,7 +17,7 @@
17
@if (isset($activeUser) && File::exists($activeUser->theme))
18
{{ HTML::style($activeUser->themeStyle) }}
19
@else
20
- {{ HTML::style('/css/master3/master.css') }}
+ {{ HTML::style('/css/master.css') }}
21
@endif
22
{{ HTML::style('http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css') }}
23
0 commit comments