From d9b4d96c670187aab0c7f37477da3f0c7a628767 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 7 Feb 2009 22:11:44 +0000 Subject: Use Album or Photo in the title instead of Item --- modules/info/helpers/info_theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/info/helpers') diff --git a/modules/info/helpers/info_theme.php b/modules/info/helpers/info_theme.php index 3b90c640..36b05906 100644 --- a/modules/info/helpers/info_theme.php +++ b/modules/info/helpers/info_theme.php @@ -22,7 +22,7 @@ class info_theme_Core { if ($theme->item()) { $block = new Block(); $block->css_id = "gMetadata"; - $block->title = t("Item Info"); + $block->title = $theme->item()->is_album() ? t("Album Info") : t("Photo Info"); $block->content = new View("info_block.html"); return $block; } -- cgit v1.2.3