Changeset 1738 for trunk/admin


Ignore:
Timestamp:
Jan 19, 2007, 7:50:46 AM (17 years ago)
Author:
vdigital
Message:

Issue 0000615: End of page replaced by icon/page_end.png Only if + than 9 categories
Bug removed for new galleries...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r1734 r1738  
    319319}
    320320// Add a link to Page bottom only if needed (10 or more categories)
    321 if ( $category['rank'] > 9 )
     321if ( isset($category['rank']) and $category['rank'] > 9 )
    322322{
    323323  $template->assign_block_vars('eop_link', array('ICON'=>'Displayed'));
Note: See TracChangeset for help on using the changeset viewer.