Move SCEditor styles to style folder
This commit is contained in:
parent
354466574b
commit
3f6c600af6
9 changed files with 2 additions and 2 deletions
|
@ -293,7 +293,7 @@ trait PostFormTrait
|
|||
$scConfig = \json_encode([
|
||||
// 'format' => 'bbcode',
|
||||
// 'icons' => 'monocons',
|
||||
'style' => $this->publicLink('/js/sc/themes/content/default.css'),
|
||||
'style' => $this->publicLink('/style/sc/themes/content/default.css'),
|
||||
// 'emoticonsCompat' => true,
|
||||
// 'emoticonsEnabled' => false,
|
||||
// 'resizeWidth' => false,
|
||||
|
@ -332,7 +332,7 @@ trait PostFormTrait
|
|||
$this->pageHeader('scdefaultstyle', 'link', 9500, [
|
||||
'rel' => 'stylesheet',
|
||||
'type' => 'text/css',
|
||||
'href' => $this->publicLink("/js/sc/themes/default.css"),
|
||||
'href' => $this->publicLink("/style/sc/themes/default.css"),
|
||||
]);
|
||||
|
||||
unset($cur);
|
||||
|
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Loading…
Add table
Reference in a new issue