summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-07 07:37:49 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-07 07:37:49 +0000
commit81ab478559de2d551c5a26bac98433f701beb08e (patch)
tree186b3ce92f516d56c91ed5065aa9ca83acfb5f3a /core
parent76436c0029f5be153f805a1be03e17ea26309906 (diff)
move block.html.php into the default theme
Diffstat (limited to 'core')
-rw-r--r--core/views/block.html.php9
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>