présentation bloc h4 encore
This commit is contained in:
parent
18c5ca26a7
commit
64641b2417
@ -23,10 +23,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php if ( $module::$resultTitle ): ?>
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<?php if ( $module::$resultTitle )
|
||||
echo '<h4>'.$module::$resultTitle . '</h4>'; ?>
|
||||
<?php echo '<h4>'.$module::$resultTitle . '</h4>'; ?>
|
||||
<?php if ($module::$resultList )
|
||||
echo '<p>'.$module::$resultList.'</p>';
|
||||
?>
|
||||
@ -35,4 +35,5 @@
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php echo template::formClose(); ?>
|
||||
|
Loading…
Reference in New Issue
Block a user