summaryrefslogtreecommitdiff
path: root/core/views/admin_block_news.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/admin_block_news.html.php')
-rw-r--r--core/views/admin_block_news.html.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/views/admin_block_news.html.php b/core/views/admin_block_news.html.php
deleted file mode 100644
index cb276ae5..00000000
--- a/core/views/admin_block_news.html.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<ul>
- <? foreach ($feed as $entry): ?>
- <li>
- <a href="<?= $entry["link"] ?>"><?= $entry["title"] ?></a>
- <p>
- <?= text::limit_words(strip_tags($entry["description"]), 25); ?>
- </p>
- </li>
- <? endforeach ?>
-</ul>