API17

API17:JDocumentError:: loadTemplate

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples