diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/views/block.html.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/views/block.html.php b/core/views/block.html.php deleted file mode 100644 index bd6bc44b..00000000 --- a/core/views/block.html.php +++ /dev/null @@ -1,9 +0,0 @@ -<? 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> |