Move SCEditor styles to style folder

This commit is contained in:
Visman 2023-04-07 21:49:52 +07:00
parent 354466574b
commit 3f6c600af6
9 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB