diff options
Diffstat (limited to 'src/view/PostBlockBuilder.php')
-rw-r--r-- | src/view/PostBlockBuilder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/PostBlockBuilder.php b/src/view/PostBlockBuilder.php index dca4fbd..ba54901 100644 --- a/src/view/PostBlockBuilder.php +++ b/src/view/PostBlockBuilder.php | |||
@@ -22,7 +22,7 @@ class PostBlockBuilder extends AbstractBuilder | |||
22 | } | 22 | } |
23 | 23 | ||
24 | // stratégie d'affichage du contenu (utilisation de méthodes ou de classe List, GridPresentation, etc) | 24 | // stratégie d'affichage du contenu (utilisation de méthodes ou de classe List, GridPresentation, etc) |
25 | $section_class = $node->getNodeData()->getPresentation()->getName(); // = list, grid , mosaic ou carousel | 25 | $section_class = $node->getNodeData()->getPresentation(); // = list, grid , mosaic ou carousel |
26 | $cols_min_width = ''; | 26 | $cols_min_width = ''; |
27 | if($section_class === 'grid'){ | 27 | if($section_class === 'grid'){ |
28 | $min_width = $node->getNodeData()->getColsMinWidth(); | 28 | $min_width = $node->getNodeData()->getColsMinWidth(); |