forked from ZwiiCMS-Team/ZwiiCMS
présentation div h4
This commit is contained in:
parent
540ec4a796
commit
18c5ca26a7
@ -26,7 +26,7 @@
|
|||||||
<div class="col12">
|
<div class="col12">
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<?php if ( $module::$resultTitle )
|
<?php if ( $module::$resultTitle )
|
||||||
echo $module::$resultTitle; ?></h4>
|
echo '<h4>'.$module::$resultTitle . '</h4>'; ?>
|
||||||
<?php if ($module::$resultList )
|
<?php if ($module::$resultList )
|
||||||
echo '<p>'.$module::$resultList.'</p>';
|
echo '<p>'.$module::$resultList.'</p>';
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user