JView::addTemplatePath/1.5
From Joomla! Documentation
JView::addTemplatePath
Description
Adds to the stack of view script paths in LIFO order.
Description:JView::addTemplatePath [Edit Descripton]
public function addTemplatePath ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | array | The directory (-ies) to add. |
- Returns void
- Defined on line 508 of libraries/joomla/application/component/view.php
See also
-
JView::addTemplatePath on api.joomla.org
-
JView source code on JoomlaCode
-
Class JView
-
Subpackage Application
- Other versions of JView::addTemplatePath
SeeAlso:JView::addTemplatePath [Edit See Also]
User contributed notes
<CodeExamplesForm />