diff options
Diffstat (limited to 'themes/admin_default/views/block.html.php')
| -rw-r--r-- | themes/admin_default/views/block.html.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/admin_default/views/block.html.php b/themes/admin_default/views/block.html.php deleted file mode 100644 index f084b674..00000000 --- a/themes/admin_default/views/block.html.php +++ /dev/null @@ -1,7 +0,0 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> -<div id="<?= $id ?>" class="gBlock"> - <h3><?= $title ?></h3> - <div class="gBlockContent"> - <?= $content ?> - </div> -</div> |
