Issue 0000615: End of page replaced by icon/page_end.png Only if + than 9 categories

Bug removed for new galleries...

git-svn-id: http://piwigo.org/svn/trunk@1738 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2007-01-19 06:50:46 +00:00
parent 96a0c2b1d3
commit 4938b8b2a4
+1 -1
View File
@@ -318,7 +318,7 @@ foreach ($categories as $category)
}
}
// Add a link to Page bottom only if needed (10 or more categories)
if ( $category['rank'] > 9 )
if ( isset($category['rank']) and $category['rank'] > 9 )
{
$template->assign_block_vars('eop_link', array('ICON'=>'Displayed'));
}