diff options
Diffstat (limited to 'core/views/admin_dashboard.html.php')
-rw-r--r-- | core/views/admin_dashboard.html.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/views/admin_dashboard.html.php b/core/views/admin_dashboard.html.php index 0bf62359..78c92526 100644 --- a/core/views/admin_dashboard.html.php +++ b/core/views/admin_dashboard.html.php @@ -1,15 +1,6 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <?= $theme->dashboard_blocks(); ?> -<div id="gPhotoStream" class="gBlock"> - <h2>Photo Stream</h2> - <div class="gBlockContent"> - <p>Recent photos added to your Gallery</p> - <img src="<?= $theme->url("images/photostream.png") ?>" alt="" /> - <p class="gWarning">Slider type of display. Show titles underneath or on hover. Draw a keyline around albums, or differentiate some how. Each will be linked to item view</p> - </div> -</div> - <div id="gLogEntries" class="gBlock"> <h2>Recent Comments</h2> <ul class="gBlockContent"> |