Files
gallery3/themes/admin_default/views/block.html.php
T

8 lines
191 B
PHP
Raw Normal View History

2009-01-01 00:23:29 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="<?= $id ?>" class="gBlock">
<h2><?= $title ?></h2>
<div class="gBlockContent">
<?= $content ?>
</div>
</div>