extranet/application/views/default/scripts/bdf/module-content.phtml
2012-03-23 15:39:35 +00:00

8 lines
159 B
PHTML

<h1 class="titre"><?=$this->titre?></h1>
<div class="paragraph">
<?php if ( !empty($this->html) ) {?>
<?=$this->html?>
<?php } else {?>
ERREUR
<?php }?>
</div>