Ignore:
Timestamp:
Oct 10, 2011, 6:37:18 PM (13 years ago)
Author:
patdenice
Message:

Best rated module is now compatible with piwigo 2.3

File:
1 edited

Legend:

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

    r10298 r12401  
    3737function load_stuffs()
    3838{
    39   global $template;
     39  global $template, $conf;
    4040
    4141  include(STUFFS_PATH . 'class.inc.php');
     
    4444  $template->set_template_dir(STUFFS_PATH.'theme/template/');
    4545  $template->set_filename('stuffs', 'stuffs_blocks.tpl');
     46  $template->assign('SHOW_THUMBNAIL_CAPTION', $conf['show_thumbnail_caption']);
    4647
    4748  $stuffs = new stuffs();
Note: See TracChangeset for help on using the changeset viewer.