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