1 2 3 4 5 6 7
<?php defined("SYSPATH") or die("No direct script access.") ?> <div id="<?= $id ?>" class="gBlock"> <h2><?= $title ?></h2> <div class="gBlockContent"> <?= $content ?> </div> </div>