summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-20 01:25:03 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-20 01:25:03 +0000
commitb933d1a17096bfe61cf43ee866d7ae5eb557e3af (patch)
tree9230c42088568c10fb14396e690088b3ff63e2ac /core
parent9afd9d05ae71a097488bea88cf87d98405881aa7 (diff)
Move Recent Comments into its own block.
Diffstat (limited to 'core')
-rw-r--r--core/views/admin_dashboard.html.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/views/admin_dashboard.html.php b/core/views/admin_dashboard.html.php
index 91a6ce36..2713cc0b 100644
--- a/core/views/admin_dashboard.html.php
+++ b/core/views/admin_dashboard.html.php
@@ -1,13 +1,3 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<?= $theme->dashboard_blocks(); ?>
-<div id="gLogEntries" class="gBlock">
- <h2>Log Entries</h2>
- <ul class="gBlockContent">
- <li>2008-12-10 23:02:23 Something happened</li>
- <li>2008-12-10 23:02:23 Someone logged in</li>
- <li>2008-12-10 23:02:23 New module installed</li>
- <li>2008-12-10 23:02:23 Someone logged in</li>
- <li>2008-12-10 23:02:23 RSS feed updated</li>
- </ul>
-</div>