mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 09:22:21 +02:00
* Fixing issue #731, if NB_PHOTOS is upper than 1000 display it * Fixs issue #731 now number of picture between 1000 and 1999 are displayed * Fixs formatting
This commit is contained in:
committed by
Pierrick Le Gall
parent
d4487be684
commit
2c07301467
+1
-1
@@ -206,7 +206,7 @@ if ($du_gb > 100)
|
||||
|
||||
$template->assign(
|
||||
array(
|
||||
'NB_PHOTOS' => number_format($nb_photos, 0, '.', ','),
|
||||
'NB_PHOTOS' => $nb_photos,
|
||||
'NB_ALBUMS' => $nb_categories,
|
||||
'NB_TAGS' => $nb_tags,
|
||||
'NB_IMAGE_TAG' => $nb_image_tag,
|
||||
|
||||
Reference in New Issue
Block a user