From c989981041e66e336f1410b651173305ab184aba Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 24 Dec 2010 00:38:25 -0800 Subject: Use the item title wherever possible as the page title and get rid of the "Browse Album" text which shows up way too much. Fixes #1520. --- themes/wind/views/page.html.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'themes') diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index b3379416..5d0985e7 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -9,17 +9,11 @@ item()): ?> - item()->is_album()): ?> - $theme->item()->title)) ?> - item()->is_photo()): ?> - $theme->item()->title)) ?> - - $theme->item()->title)) ?> - + item()->title ?> tag()): ?> - $theme->tag()->name)) ?> + $theme->tag()->name)) ?> - + title ?> -- cgit v1.2.3