Bug #18199 ยป 20080213_RFC_7506.diff
typo3/template.php (working copy) | ||
---|---|---|
* @param string filename
|
||
*/
|
||
function setModuleTemplate($filename) {
|
||
// Load Prototype lib for IE event
|
||
$this->loadJavascriptLib('contrib/prototype/prototype.js');
|
||
$this->moduleTemplate = $this->getHtmlTemplate($filename);
|
||
}
|
||
|