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