feature 262: new user cached information nb_total_pictures

git-svn-id: http://piwigo.org/svn/trunk@1081 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2006-03-15 02:26:25 +00:00
commit 88e3b36e2f
5 changed files with 62 additions and 23 deletions

View file

@ -212,7 +212,7 @@ else
$template->assign_vars(
array(
'NB_PICTURE' => count_user_total_images(),
'NB_PICTURE' => $user['nb_total_images'],
'TITLE' => $template_title,
'USERNAME' => $user['username'],
'TOP_NUMBER'=>$conf['top_number'],