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