Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
/* if ($level == "collections") { // display some high level statistics on the main page.
$output .= '<p class="highlight">You have a total of <strong>'. count_pictures().'</strong> images within <strong>'.count_albums() .'</strong> album(s). Users have posted <strong>'. count_comments().'</strong> comment(s) to your gallery</p>'; } */
if ($level == "collections") { // display some high level statistics on the main page.
$output .= '<p class="highlight">You have a total of <strong>'. count_pictures().'</strong> images within <strong>'.count_albums() .'</strong> album(s). Users have posted <strong>'. count_comments().'</strong> comment(s) to your gallery</p>'; }
You have a total of xxx images within xxx albums. Users have posted xxx comment(s) to your gallery.
1 to 5 of 5