mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
o Proposition: improved display of 'x images in y sub-categories' or 'x images in this category' for cases when categories contain both images and sub-categories
o Good idea of this new way for way conf['guest_access'], but I kept last implementation for access methods (Could be useful on future development) git-svn-id: http://piwigo.org/svn/trunk@1851 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -214,7 +214,9 @@ if (count($categories) > 0)
|
||||
(
|
||||
$category['nb_images'],
|
||||
$category['count_images'],
|
||||
$category['count_categories']
|
||||
$category['count_categories'],
|
||||
true,
|
||||
'<BR>'
|
||||
),
|
||||
'DESCRIPTION' => @$comment,
|
||||
'NAME' => $name,
|
||||
@@ -249,7 +251,9 @@ if (count($categories) > 0)
|
||||
(
|
||||
$category['nb_images'],
|
||||
$category['count_images'],
|
||||
$category['count_categories']
|
||||
$category['count_categories'],
|
||||
true,
|
||||
'<BR>'
|
||||
),
|
||||
|
||||
'U_IMG_LINK' => make_index_url(
|
||||
|
||||
Reference in New Issue
Block a user