mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +02:00
- fix quick connect right margin (recent css simplification impact)
- index.php wrong nav bar generation under some plugin cases - css sprites in the quick connect are simpler and more compact git-svn-id: http://piwigo.org/svn/trunk@8432 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -63,7 +63,7 @@ if (isset($_GET['image_order']))
|
||||
//-------------------------------------------------------------- initialization
|
||||
|
||||
$page['navigation_bar'] = array();
|
||||
if (count($page['items']) > $user['nb_image_page'])
|
||||
if (count($page['items']) > $page['nb_image_page'])
|
||||
{
|
||||
$page['navigation_bar'] = create_navigation_bar(
|
||||
duplicate_index_url(array(), array('start')),
|
||||
|
||||
Reference in New Issue
Block a user