diff options
Diffstat (limited to 'src/view/templates/modify_block.php')
-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> |