API17:JView::addTemplatePath
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
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 505 of libraries/joomla/application/component/view.php
See also
-
JView::addTemplatePath source code on BitBucket
-
Class JView
-
Subpackage Application
- Other versions of JView::addTemplatePath
SeeAlso:JView::addTemplatePath [Edit See Also]
User contributed notes
<CodeExamplesForm />
