Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 3049b0d0 authored by Nicolas's avatar Nicolas
Browse files

Correction de l'affichage du titre si il n'y a pas description

parent 4c246292
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<div class="widget block block-static-block category-widget"> <div class="widget block block-static-block category-widget">
<div class="block-content"> <div class="block-content">
<?php if($this->getModel() == "widget/category_widget.phtml") { ?> <?php if($this->getModel() == "widget/category_widget.phtml") { ?>
<?php if($this->getWidgetTitle() != null && $this->getWidgetContent() != null): ?> <?php if($this->getWidgetTitle() != null || $this->getWidgetContent() != null): ?>
<div class="content-heading"> <div class="content-heading">
<?php if($this->getWidgetTitle() != null): ?> <?php if($this->getWidgetTitle() != null): ?>
<h2 class="title"> <h2 class="title">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment