Ignore:
Timestamp:
May 18, 2010, 8:49:08 PM (14 years ago)
Author:
patdenice
Message:

Corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/include/class.inc.php

    r5727 r6230  
    9595        $block['U_EDIT'] = PHPWG_ROOT_PATH.'admin.php?page=plugin&section='.STUFFS_DIR.'%2Fadmin%2Fadd_module.php&type='.$module['type'].'&edit='.$module['id'];
    9696      }
    97       $block['TEMPLATE'] = 'stuffs_'.$module['type'].'.tpl';
     97      $block['TEMPLATE'] = 'stuffs_'.strtolower($module['type']).'.tpl';
    9898        $this->set_tpl_block($block, $module);
    9999    }
Note: See TracChangeset for help on using the changeset viewer.