00001 <?php 00017 ?> 00018 <section> 00019 <h1 class="section_title"><?= $title ?></h1> 00020 <? if(isset($text)): ?> 00021 <p><?= $text ?></p> 00022 <? endif ?> 00023 <?= $table ?> 00024 </section>