diff options
author | polo <ordipolo@gmx.fr> | 2025-01-22 23:45:52 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-01-22 23:45:52 +0100 |
commit | 4b21b40292de8ee08220ab901651a13ec5e35199 (patch) | |
tree | cf3a735e604a10e6d74c30a8c2c1323169bf463a /src/view/templates/page.php | |
parent | f1dd96bc67e497f6c07291d6e5f6f23ec243b091 (diff) | |
download | ckeditor5-4b21b40292de8ee08220ab901651a13ec5e35199.zip |
gestion des $page, $from et $id
Diffstat (limited to 'src/view/templates/page.php')
-rw-r--r-- | src/view/templates/page.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/templates/page.php b/src/view/templates/page.php index 5051a5f..05c7444 100644 --- a/src/view/templates/page.php +++ b/src/view/templates/page.php | |||
@@ -4,8 +4,8 @@ | |||
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <title></title> | 5 | <title></title> |
6 | <link rel="icon" type="image/png" href=""> | 6 | <link rel="icon" type="image/png" href=""> |
7 | <?= $ckeditor->css_outside_editor_tag ?> | 7 | <?= $ckeditor->getCSSOutsideEditorTag() ?> |
8 | <?= $ckeditor->css_editor_tag ?> | 8 | <?= $ckeditor->getCSSEditorTag() ?> |
9 | </head> | 9 | </head> |
10 | <body> | 10 | <body> |
11 | <div> | 11 | <div> |