diff options
| author | polo <ordipolo@gmx.fr> | 2025-09-29 20:56:49 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-09-29 20:56:49 +0200 |
| commit | 9bf2b97a9b5d9ea1f627545733d993c1731533ce (patch) | |
| tree | 846f41b23210deeb4bd446a1a96ba51288a97dae /src/view/templates | |
| parent | 23fe455ead832c97fdabafca78393e21a18086bf (diff) | |
| download | cms-9bf2b97a9b5d9ea1f627545733d993c1731533ce.tar.gz cms-9bf2b97a9b5d9ea1f627545733d993c1731533ce.tar.bz2 cms-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.php | 2 |
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 | } |
| 33 | if($child_node->getNodeData()->getPresentation() !== null){ | 33 | if(Blocks::hasPresentation($child_node->getName())){ |
| 34 | ?> | 34 | ?> |
| 35 | <div class="grid_options"> | 35 | <div class="grid_options"> |
| 36 | <div> | 36 | <div> |
