summaryrefslogtreecommitdiff
path: root/themes/wind/views/block.html.php
blob: 699d7c225a8a73668f3e1aba162bbd4eb7ac02bb (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="g-block">
  <h2><?= $title ?></h2>
  <div class="g-block-content">
    <?= $content ?>
  </div>
</div>