Ignore:
Timestamp:
Mar 8, 2013, 7:18:00 PM (11 years ago)
Author:
mistic100
Message:

fix caddie button,
fix fatal error for Back2Front,
update ZeroClipboard,
fix breadcrumb and body_id,
unactive for mobile themes,
fix display issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/include/display_thumbnails.inc.php

    r20097 r21382  
    22defined('USER_COLLEC_PATH') or die('Hacking attempt!');
    33
    4 
    5 // caddie
    6 if (isset($_GET['uc_caddie']))
    7 {
    8   fill_caddie($page['items']);
    9   redirect($self_url);
    10 }
    114
    125// image order
     
    3730;';
    3831$page['items'] = array_from_query($query, 'id');
     32
     33// caddie
     34if (isset($_GET['uc_caddie']))
     35{
     36  fill_caddie($page['items']);
     37  redirect($self_url);
     38}
    3939
    4040// image order menu
     
    7878add_event_handler('loc_end_index_thumbnails', 'user_collections_thumbnails_in_collection', EVENT_HANDLER_PRIORITY_NEUTRAL, 2);
    7979
     80global $selection, $pictures;
    8081include(PHPWG_ROOT_PATH . 'include/category_default.inc.php');
    8182
Note: See TracChangeset for help on using the changeset viewer.