summaryrefslogtreecommitdiff
path: root/themes/default/views/block.html.php
blob: e8cff83322cfcc56eef406e97d3264a124f2b05b (plain)
1
2
3
4
5
6
7
8
9
10
<?php defined("SYSPATH") or die("No direct script access.") ?>
<? if ($anchor): ?>
<a name="<?= $anchor ?>"></a>
<? endif ?>
<div id="<?= $css_id ?>" class="gBlock">
  <h2><?= $title ?></h2>
  <div class="gBlockContent">
    <?= $content ?>
  </div>
</div>