File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ public function postTheme()
734
734
735
735
if ($ input != null ) {
736
736
$ masterLess = base_path () .'/vendor/syntax/core/public/less/master.less ' ;
737
- $ masterCss = base_path () .'/vendor/syntax/core/public /css/master.css ' ;#5097b5
737
+ $ masterCss = public_path () .'/css/master.css ' ;#5097b5
738
738
739
739
$ lines = file ($ masterLess );
740
740
Original file line number Diff line number Diff line change 17
17
@if (isset ($activeUser ) && File:: exists ($activeUser -> theme ) )
18
18
{{ HTML:: style ($activeUser -> themeStyle ) } }
19
19
@else
20
- {{ HTML:: style (' /css/master3/ master.css' ) } }
20
+ {{ HTML:: style (' /css/master.css' ) } }
21
21
@endif
22
22
{{ HTML:: style (' http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css' ) } }
23
23
You can’t perform that action at this time.
0 commit comments