summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/latestupdates/helpers/latestupdates_block.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/latestupdates/helpers/latestupdates_block.php b/modules/latestupdates/helpers/latestupdates_block.php
index f1472d3a..095ba06b 100644
--- a/modules/latestupdates/helpers/latestupdates_block.php
+++ b/modules/latestupdates/helpers/latestupdates_block.php
@@ -40,8 +40,7 @@ class latestupdates_block_Core {
$block->title = t("Latest Updates");
$block->content = new View("latestupdates_block.html");
$block->content->update_links = array(
- "Entire Gallery" => url::site("latestupdates/updates"),
- "This Album" => url::site("latestupdates/albums/$albumID")
+ "View newest photos" => url::site("latestupdates/updates"),
);
break;
}