diff options
author | git-pc-greta <ordipolo@gmx.fr> | 2025-01-22 01:23:58 +0100 |
---|---|---|
committer | git-pc-greta <ordipolo@gmx.fr> | 2025-01-22 01:23:58 +0100 |
commit | f1dd96bc67e497f6c07291d6e5f6f23ec243b091 (patch) | |
tree | 428dfe2ad601815c99a8e447fee05e2ec411a3e2 /src/view/templates/page.php | |
parent | 718107e8efbcb42d6b263999a3d9f6c4f02f26e5 (diff) | |
download | ckeditor5-f1dd96bc67e497f6c07291d6e5f6f23ec243b091.zip |
classe CKEditor
Diffstat (limited to 'src/view/templates/page.php')
-rw-r--r-- | src/view/templates/page.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/view/templates/page.php b/src/view/templates/page.php index 3153ced..5051a5f 100644 --- a/src/view/templates/page.php +++ b/src/view/templates/page.php | |||
@@ -4,12 +4,12 @@ | |||
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 | <?= $css_hors_editeur ?> | 7 | <?= $ckeditor->css_outside_editor_tag ?> |
8 | <?= $css_editeur ?> | 8 | <?= $ckeditor->css_editor_tag ?> |
9 | </head> | 9 | </head> |
10 | <body> | 10 | <body> |
11 | <div> | 11 | <div> |
12 | <?= $contenu ?> | 12 | <?= $editeurHTML ?> |
13 | </div> | 13 | </div> |
14 | </body> | 14 | </body> |
15 | </html> | 15 | </html> |