API17:JDocumentError:: loadTemplate
From Joomla! Documentation
JDocumentError::_loadTemplate
Description
Load a template file.
public function _loadTemplate (
$directory
$filename
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $directory | string | $template The name of the template | |
| $filename | string | The actual filename |
- Returns string The contents of the template
- Defined on line 112 of libraries/joomla/document/error/error.php
See also
JDocumentError::_loadTemplate source code on BitBucket
Class JDocumentError
Subpackage Document- Other versions of JDocumentError::_loadTemplate
User contributed notes
Code Examples