mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 14:55:18 -04:00
Move Recent Comments into its own block.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user