Ignore:
Timestamp:
Jul 13, 2012, 3:12:14 PM (12 years ago)
Author:
patdenice
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/trunk/modules/Random/main.inc.php

    r12450 r16690  
    5151$page['section'] = 'category';
    5252
     53$tpl_thumbnails_var = array();
     54$pwg_stuffs_tpl_thumbnails_var = & $tpl_thumbnails_var;
    5355include(PHPWG_ROOT_PATH.'include/category_default.inc.php');
    5456
    55 if (!empty($tpl_thumbnails_var))
     57if (!empty($pwg_stuffs_tpl_thumbnails_var))
    5658{
    57   $block['thumbnails'] = $tpl_thumbnails_var;
     59  $block['thumbnails'] = $pwg_stuffs_tpl_thumbnails_var;
     60  $block['derivative_params'] = ImageStdParams::get_by_type(IMG_THUMB);
    5861  $block['TEMPLATE'] = 'stuffs_thumbnails.tpl';
    5962}
Note: See TracChangeset for help on using the changeset viewer.