diff options
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> | ||