summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
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>