From 376bb178196bdea3604e230436dbabb8259ce74c Mon Sep 17 00:00:00 2001 From: git-pc-greta Date: Thu, 30 Jan 2025 16:27:18 +0100 Subject: declare(strict_types=1); --- src/integration/ckeditor5/CKEditor.php | 4 +++- src/integration/ckeditor5/image_upload.php | 2 ++ src/integration/ckeditor5/view.php | 2 ++ src/view/templates/page.php | 20 -------------------- 4 files changed, 7 insertions(+), 21 deletions(-) delete mode 100644 src/view/templates/page.php (limited to 'src') diff --git a/src/integration/ckeditor5/CKEditor.php b/src/integration/ckeditor5/CKEditor.php index 9fa0f42..58fa42c 100644 --- a/src/integration/ckeditor5/CKEditor.php +++ b/src/integration/ckeditor5/CKEditor.php @@ -1,6 +1,8 @@ diff --git a/src/integration/ckeditor5/view.php b/src/integration/ckeditor5/view.php index 4bcad52..b6e6a5f 100644 --- a/src/integration/ckeditor5/view.php +++ b/src/integration/ckeditor5/view.php @@ -1,6 +1,8 @@ page . '&action=submit_editor&id=' . $id; $cancel_button = 'index.php?page=' . $this->page; diff --git a/src/view/templates/page.php b/src/view/templates/page.php deleted file mode 100644 index 3ea227a..0000000 --- a/src/view/templates/page.php +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - getCSSOutsideEditorTag() ?> - getCSSEditorTag() ?> - - -
- -
- - -- cgit v1.2.3