blob: bd6bc44bbe8e7f227a6fd887637f8ca17f654432 (
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">
<h2><?= $title ?></h2>
</div>
<div class="gBlockContent">
<?= $content ?>
</div>
</div>
|