summaryrefslogtreecommitdiff
path: root/themes/default/views/block.html.php
blob: 42d091963ceecf57cf06e9687b8fd7dbbe71d994 (plain)
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>