API17

JDocumentError:: loadTemplate

From Joomla! Documentation

Revision as of 20:28, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎See also: moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDocumentError::_loadTemplate[edit]

Description[edit]

Load a template file.

Template:Description:JDocumentError:: loadTemplate [Edit Descripton]

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[edit]

Template:SeeAlso:JDocumentError:: loadTemplate [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />