Im a beginner in php and want to get help from you guys here, I have a php include tag which i want it to be between a html tag and both of them between a php if tag ... I have tried this and is giving erro, please help.
<?php if ($menu->getActive() == $menu->getDefault()) ?>
<section class="content">
<?php { include '_include-content.php'; } ?>
</section>
<?php endif ?>
:at the end. it should look like:<?php if ($menu->getActive() == $menu->getDefault()) : ?>