summaryrefslogtreecommitdiff
path: root/core/views/admin_block_photo_stream.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/admin_block_photo_stream.html.php')
-rw-r--r--core/views/admin_block_photo_stream.html.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/views/admin_block_photo_stream.html.php b/core/views/admin_block_photo_stream.html.php
deleted file mode 100644
index e8a4d933..00000000
--- a/core/views/admin_block_photo_stream.html.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<ul>
-<? foreach ($photos as $photo): ?>
- <li class="gItem gPhoto">
- <a href="<?= url::site("photos/$photo->id") ?>" title="<?= $photo->title ?>">
- <img <?= photo::img_dimensions($photo->width, $photo->height, 72) ?>
- src="<?= $photo->thumb_url() ?>" alt="<?= $photo->title ?>" />
- </a>
- </li>
-<? endforeach ?>
-</ul>
-<p>
- <?= t("Recent photos added to your Gallery") ?>
-</p>