aboutsummaryrefslogtreecommitdiff
path: root/src/view/PostBuilder.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-10-20 01:57:21 +0200
committerpolo <ordipolo@gmx.fr>2025-10-20 01:57:21 +0200
commit1e2cee519264f9ab2660540723915aec72bc2116 (patch)
tree1b773307463589f8506ffb0a439976a40e3e7bac /src/view/PostBuilder.php
parentfb3bb6a42f5a8de6d446bc7566e3b766c7f64ce7 (diff)
downloadcms-1e2cee519264f9ab2660540723915aec72bc2116.zip
noeud "head" unique, noms fichiers CSS et JSS dans page, nombreux changements en conséquences
Diffstat (limited to 'src/view/PostBuilder.php')
-rw-r--r--src/view/PostBuilder.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/view/PostBuilder.php b/src/view/PostBuilder.php
index 70a2d77..de7a818 100644
--- a/src/view/PostBuilder.php
+++ b/src/view/PostBuilder.php
@@ -13,12 +13,6 @@ class PostBuilder extends AbstractBuilder
13 13
14 if(file_exists($viewFile)) 14 if(file_exists($viewFile))
15 { 15 {
16 // id (timestamp)
17 if(!empty($node->getAttributes()))
18 {
19 extract($node->getAttributes());
20 }
21
22 // html 16 // html
23 $title = $node->getArticle()->getTitle(); 17 $title = $node->getArticle()->getTitle();
24 $html = $node->getArticle()->getContent(); 18 $html = $node->getArticle()->getContent();