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]
Synopsis
public JView::addTemplatePath ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | array | The directory (-ies) to add. |
Returns
void
Defined in
libraries/joomla/application/component/view.php (line 527)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JView::addTemplatePath
Examples
<CodeExamplesForm />
