From f037a597462f6c97fc6aba5dabcbf3eb753763e6 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 30 Apr 2010 14:33:47 +0000 Subject: added a better group profile widget no photos message --- views/default/tidypics/groupprofile_albums.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/default/tidypics/groupprofile_albums.php b/views/default/tidypics/groupprofile_albums.php index a7e143ae9..7cb89bf1c 100644 --- a/views/default/tidypics/groupprofile_albums.php +++ b/views/default/tidypics/groupprofile_albums.php @@ -8,7 +8,10 @@ if ($vars['entity']->photos_enable != 'no') { echo '
'; - echo '

' . elgg_echo('album:group') . '

'; +?> +

guid; ?>">Group albums

+' . elgg_echo('album:group') . ''; echo elgg_view('tidypics/albums', array('num_albums' => 5)); echo '
'; } -- cgit v1.2.3