JDocumentHTML::_loadTemplate
Load a template file
Signature
protected function _loadTemplate(string
$directory,
string
$filename )
Parameters
-
$directory
- The name of the template
-
$filename
- The actual filename
Returns
- string
- The contents of the template
Tasks
Line | Task |
---|---|
558 | remove code: $component = JApplicationHelper::getComponentName(); |