示例#1
0
 /**
  * Define the template for the module
  *
  * @param	string		filename
  */
 function setModuleTemplate($filename)
 {
     // Load Prototype lib for IE event
     $this->pageRenderer->loadPrototype();
     $this->loadJavascriptLib('js/iecompatibility.js');
     $this->moduleTemplate = $this->getHtmlTemplate($filename);
 }