diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php
index 7d4a6f54..b74c6d86 100644
--- a/themes/default/views/album.html.php
+++ b/themes/default/views/album.html.php
@@ -7,6 +7,7 @@
+ if (count($children)): ?>
foreach ($children as $i => $child): ?>
$item_class = "gPhoto"; ?>
if ($child->is_album()): ?>
@@ -24,6 +25,14 @@
endforeach ?>
+ else: ?>
+ if ($user->admin || access::can("add", $item)): ?>
+ $addurl = url::file("index.php/simple_uploader/app/$item->id") ?>
+ = t("There aren't any photos here yet! Add some.") ?>
+ else: ?>
+ = t("There aren't any photos here yet!") ?>
+ endif; ?>
+ endif; ?>
= $theme->album_bottom() ?>