$album->getTitle(), 'href' => $album->getURL(), 'is_trusted' => true, 'class' => 'tidypics-heading', )); $footer = ""; if ($album->getContainerEntity()) { $footer .= elgg_view('output/url', array( 'text' => $album->getContainerEntity()->name, 'href' => $album->getContainerEntity()->getURL(), 'is_trusted' => true, )); } $footer .= '
' . elgg_echo('album:num', array($album->getSize())) . '
'; $params = array( 'footer' => $footer, ); echo elgg_view_module('tidypics-album', $header, $album_cover, $params);