summaryrefslogtreecommitdiff
path: root/themes
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 /themes
parent76436c0029f5be153f805a1be03e17ea26309906 (diff)
move block.html.php into the default theme
Diffstat (limited to 'themes')
-rw-r--r--themes/default/views/block.html.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/default/views/block.html.php b/themes/default/views/block.html.php
new file mode 100644
index 00000000..bd6bc44b
--- /dev/null
+++ b/themes/default/views/block.html.php
@@ -0,0 +1,9 @@
+<? 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>