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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views/admin_block_photo_stream.html.php b/core/views/admin_block_photo_stream.html.php
index a837151b..f7889a9c 100644
--- a/core/views/admin_block_photo_stream.html.php
+++ b/core/views/admin_block_photo_stream.html.php
@@ -3,8 +3,8 @@
Recent photos added to your Gallery
</p>
<? foreach ($photos as $photo): ?>
-<a href="<?= url::site("photos/$photo->id") ?>">
+<a href="<?= url::site("photos/$photo->id") ?>" title="<?= $photo->title ?>">
<img <?= photo::img_dimensions($photo->width, $photo->height, 72) ?>
- src="<?= $photo->thumb_url() ?>" alt="" />
+ src="<?= $photo->thumb_url() ?>" alt="<?= $photo->title ?>" />
</a>
<? endforeach ?>