aboutsummaryrefslogtreecommitdiff
path: root/src/view/templates
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-09-29 20:56:49 +0200
committerpolo <ordipolo@gmx.fr>2025-09-29 20:56:49 +0200
commit9bf2b97a9b5d9ea1f627545733d993c1731533ce (patch)
tree846f41b23210deeb4bd446a1a96ba51288a97dae /src/view/templates
parent23fe455ead832c97fdabafca78393e21a18086bf (diff)
downloadcms-9bf2b97a9b5d9ea1f627545733d993c1731533ce.zip
bug manque d'une présentation par défaut
Diffstat (limited to 'src/view/templates')
-rw-r--r--src/view/templates/modify_block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/templates/modify_block.php b/src/view/templates/modify_block.php
index b44327f..1d097e0 100644
--- a/src/view/templates/modify_block.php
+++ b/src/view/templates/modify_block.php
@@ -30,7 +30,7 @@ if($child_node->getName() === 'news_block'){
30 </div> 30 </div>
31<?php 31<?php
32} 32}
33if($child_node->getNodeData()->getPresentation() !== null){ 33if(Blocks::hasPresentation($child_node->getName())){
34?> 34?>
35 <div class="grid_options"> 35 <div class="grid_options">
36 <div> 36 <div>