Example #1
0
<?php

include_once './controller/recruiting.php';
$template = '<div class="asideH2">
        <h2>Recrutement</h2>
      </div>
    <div style="height:calc(100% - 46px);">';
$recruit = new RecruitInfo();
$template .= $recruit->getHtml();
$template .= '</div>';