'message'=>"Using deprecated template '".$this->deprecated_templates[$name]."' in ".$this->config['skin_path']."/templates. Please rename to '".$name."'"),
true,false);
}
// read template file
if(($templ=@file_get_contents($path))===false){
raise_error(array(
'code'=>501,
'type'=>'php',
'line'=>__LINE__,
'file'=>__FILE__,
'message'=>'Error loading template for '.$name
),true,true);
returnfalse;
}
// replace all path references to plugins/... with the configured plugins dir
// and /this/ to the current plugin skin directory