summaryrefslogtreecommitdiff
path: root/themes/wind_npk/views/block.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind_npk/views/block.html.php')
-rw-r--r--themes/wind_npk/views/block.html.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/wind_npk/views/block.html.php b/themes/wind_npk/views/block.html.php
deleted file mode 100644
index 699d7c22..00000000
--- a/themes/wind_npk/views/block.html.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<? if ($anchor): ?>
-<a name="<?= $anchor ?>"></a>
-<? endif ?>
-<div id="<?= $css_id ?>" class="g-block">
- <h2><?= $title ?></h2>
- <div class="g-block-content">
- <?= $content ?>
- </div>
-</div>