Changeset 12401 for extensions/PWG_Stuffs/trunk/main.inc.php
- Timestamp:
- Oct 10, 2011, 6:37:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PWG_Stuffs/trunk/main.inc.php
r10298 r12401 37 37 function load_stuffs() 38 38 { 39 global $template ;39 global $template, $conf; 40 40 41 41 include(STUFFS_PATH . 'class.inc.php'); … … 44 44 $template->set_template_dir(STUFFS_PATH.'theme/template/'); 45 45 $template->set_filename('stuffs', 'stuffs_blocks.tpl'); 46 $template->assign('SHOW_THUMBNAIL_CAPTION', $conf['show_thumbnail_caption']); 46 47 47 48 $stuffs = new stuffs();
Note: See TracChangeset
for help on using the changeset viewer.