API17

API17:JView::addTemplatePath

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples