mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
- feature 642: display both subcategory thumbnails and element thumbnails (if a
category has both) in the index page - get rid of $page['cat_nb_images'] and $page['thumbnails_include'] (superfluous) - changed sql queries in section_init.inc.php for better performance with flat category view - web service fixes for categories.getList git-svn-id: http://piwigo.org/svn/trunk@1820 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -453,7 +453,7 @@ if ( isset( $_GET['slideshow'] ) )
|
||||
}
|
||||
|
||||
$title = $picture['current']['name'];
|
||||
$title_nb = ($page['current_rank'] + 1).'/'.$page['cat_nb_images'];
|
||||
$title_nb = ($page['current_rank'] + 1).'/'.count($page['items']);
|
||||
|
||||
// metadata
|
||||
$url_metadata = duplicate_picture_url();
|
||||
|
||||
Reference in New Issue
Block a user