Switch edit_base CSS name from ADMIN_STYLESHEET to EDIT_BASE_STYLESHEET

This commit is contained in:
Clemens Schwaighofer
2023-06-27 18:29:28 +09:00
parent 7af0e74b85
commit 3081439eda
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,9 @@
declare(strict_types=1);
// style sheet for the edit base interface
define('EDIT_BASE_STYLESHEET', 'edit.css');
// define('SOME_ID', <SOME VALUE>);
/************* CONVERT *******************/

View File

@@ -86,7 +86,7 @@ $edit_base->editBaseRun(
BASE . INCLUDES . TEMPLATES . CONTENT_PATH,
BASE . TEMPLATES_C,
BASE . CACHE,
ADMIN_STYLESHEET,
EDIT_BASE_STYLESHEET,
DEFAULT_ENCODING,
LAYOUT . CSS,
LAYOUT . JS,