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:
parent
1d22950cf6
commit
88e3b36e2f
5 changed files with 62 additions and 23 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue