diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 01:20:19 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 01:20:19 +0000 |
| commit | 9afd9d05ae71a097488bea88cf87d98405881aa7 (patch) | |
| tree | c33905a799ab661ace6f4cb437e31688ee732682 /core/views/admin_dashboard.html.php | |
| parent | 16a3e43b45c654e0e882810234a39ea518a70879 (diff) | |
Move log entries into its own block
Diffstat (limited to 'core/views/admin_dashboard.html.php')
| -rw-r--r-- | core/views/admin_dashboard.html.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/views/admin_dashboard.html.php b/core/views/admin_dashboard.html.php index 78c92526..91a6ce36 100644 --- a/core/views/admin_dashboard.html.php +++ b/core/views/admin_dashboard.html.php @@ -2,17 +2,6 @@ <?= $theme->dashboard_blocks(); ?> <div id="gLogEntries" class="gBlock"> - <h2>Recent Comments</h2> - <ul class="gBlockContent"> - <li><a href="">hacker</a> 2008-12-10 23:02:23 Something happened</li> - <li><a href="">username</a> 2008-12-10 23:02:23 Someone logged in</li> - <li><a href="">username</a> 2008-12-10 23:02:23 New module installed</li> - <li><a href="">username</a> 2008-12-10 23:02:23 Someone logged in</li> - <li><a href="">username</a> 2008-12-10 23:02:23 RSS feed updated</li> - </ul> -</div> - -<div id="gLogEntries" class="gBlock"> <h2>Log Entries</h2> <ul class="gBlockContent"> <li>2008-12-10 23:02:23 Something happened</li> |
