API17:JHtml::addIncludePath
From Joomla! Documentation
JHtml::addIncludePath
Description
Add a directory where should search for helpers.
$Path Parameter
The first parameter expected by this function is a string representing a local path. The string should not contain a trailing directory separator.
public static function addIncludePath ($path= '')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path |
- Returns
- Defined on line 741 of libraries/joomla/html/html.php
See also
JHtml::addIncludePath source code on BitBucket
Class JHtml
Subpackage Html- Other versions of JHtml::addIncludePath
User contributed notes
Code Examples