Files
gallery3/themes/widewind/views/block.html.php
Bradley W. Dutton 3ed1d9904d add widewind theme. I've been making small tweaks to this to work with
the gallery github changes that were done after the 3.09 release.
2017-11-07 11:59:45 -08:00

11 lines
260 B
PHP

<?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>