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