forked from ZwiiCMS-Team/ZwiiCMS
Champ vide
This commit is contained in:
parent
29a4193450
commit
540ec4a796
@ -25,12 +25,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col12">
|
<div class="col12">
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h4><?php echo $module::$resultTitle; ?></h4>
|
<?php if ( $module::$resultTitle )
|
||||||
<?php if ($module::$resultList)
|
echo $module::$resultTitle; ?></h4>
|
||||||
echo '<p>'.$module::$resultList.'</p>';
|
<?php if ($module::$resultList )
|
||||||
|
echo '<p>'.$module::$resultList.'</p>';
|
||||||
|
?>
|
||||||
|
<?php if ($module::$resultError )
|
||||||
|
echo '<p>'.$module::$resultError.'</p>';
|
||||||
?>
|
?>
|
||||||
<?php if ($module::$resultError)
|
|
||||||
echo '<p>'.$module::$resultError.'</p>'; ?>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php echo template::formClose(); ?>
|
<?php echo template::formClose(); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user