osp-website
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

block.html.php
text/x-php

Download raw (260 bytes)

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