API17:JView::addTemplatePath
From Joomla! Documentation
JView::addTemplatePath
Description
Adds to the stack of view script paths in LIFO order.
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
User contributed notes
Code Examples