API17:JModuleHelper::getLayoutPath
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.
JModuleHelper::getLayoutPath
Description
Get the path to a layout for a module.
Description:JModuleHelper::getLayoutPath [Edit Descripton]
Since
Synopsis
public static JModuleHelper::getLayoutPath ($module, $layout= 'default')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $module | string | The name of the module | |
| $layout | string | 'default' | The name of the module layout. If alternative layout, in the form template:filename. |
Returns
string The path to the module layout
Defined in
libraries/joomla/application/module/helper.php (line 225)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JModuleHelper::getLayoutPath
Examples
<CodeExamplesForm />
