mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
14 lines
460 B
PHP
14 lines
460 B
PHP
<? 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>
|