Changeset 8432 for trunk/index.php


Ignore:
Timestamp:
Jan 1, 2011, 9:30:39 PM (13 years ago)
Author:
rvelices
Message:
  • 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r8401 r8432  
    6464
    6565$page['navigation_bar'] = array();
    66 if (count($page['items']) > $user['nb_image_page'])
     66if (count($page['items']) > $page['nb_image_page'])
    6767{
    6868  $page['navigation_bar'] = create_navigation_bar(
Note: See TracChangeset for help on using the changeset viewer.