diff options
author | git-pc-greta <ordipolo@gmx.fr> | 2025-01-30 16:27:18 +0100 |
---|---|---|
committer | git-pc-greta <ordipolo@gmx.fr> | 2025-01-30 16:27:18 +0100 |
commit | 376bb178196bdea3604e230436dbabb8259ce74c (patch) | |
tree | beb165c128ba60b780cebd2603980dd41af750da /src/view/templates/page.php | |
parent | 63759dbbf023daa8f7f310b914a04310a4770154 (diff) | |
download | ckeditor5-376bb178196bdea3604e230436dbabb8259ce74c.zip |
declare(strict_types=1);
Diffstat (limited to 'src/view/templates/page.php')
-rw-r--r-- | src/view/templates/page.php | 20 |
1 files changed, 0 insertions, 20 deletions
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 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <meta charset="utf-8"> | ||
5 | <title></title> | ||
6 | <link rel="icon" type="image/png" href=""> | ||
7 | <?= $ckeditor->getCSSOutsideEditorTag() ?> | ||
8 | <?= $ckeditor->getCSSEditorTag() ?> | ||
9 | </head> | ||
10 | <body> | ||
11 | <div> | ||
12 | <?php | ||
13 | foreach ($articles_content as $article) | ||
14 | { | ||
15 | echo $article; | ||
16 | } | ||
17 | ?> | ||
18 | </div> | ||
19 | </body> | ||
20 | </html> | ||