Changeset 8463 for trunk/index.php


Ignore:
Timestamp:
Jan 3, 2011, 9:47:15 PM (13 years ago)
Author:
rvelices
Message:
  • css sprites - attempt to auto align plugin image links on the index page and picture pages
  • css sprites - a couple of rel nofolloz dissapeared
  • hide the flat icon if there are no sub albums for the current album
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r8432 r8463  
    262262include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
    263263
     264if ( isset($page['category']['count_categories']) and $page['category']['count_categories']==0 )
     265{// count_categories might be computed by menubar - if the case unassign flat link if no sub albums
     266        $template->clear_assign('U_MODE_FLAT');
     267}
     268
    264269//------------------------------------------------------ main part : thumbnails
    265270if ( 0==$page['start']
Note: See TracChangeset for help on using the changeset viewer.