API17:JModuleHelper::getLayoutPath
From Joomla! Documentation
JModuleHelper::getLayoutPath
Description
Get the path to a layout for a module.
Template: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
Referenced by
See also
Template:SeeAlso:JModuleHelper::getLayoutPath
Examples
<CodeExamplesForm />