summaryrefslogtreecommitdiff
path: root/themes/default/views/block.html.php
blob: f084b674433121e86a8a7c43f225b7fd5a13424b (plain)
1
2
3
4
5
6
7
<? defined("SYSPATH") or die("No direct script access."); ?>
<div id="<?= $id ?>" class="gBlock">
  <h3><?= $title ?></h3>
  <div class="gBlockContent">
    <?= $content ?>
  </div>
</div>