JModuleHelper::getLayoutPath: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 35: | Line 35: | ||
string The path to the module layout | string The path to the module layout | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/application/module/helper.php | libraries/joomla/application/module/helper.php (line 225) | ||
* see source code in [[jplatform:application/module/helper.php#cl-225|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 02:00, 24 April 2011
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 (line 225)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JModuleHelper::getLayoutPath
Examples
<CodeExamplesForm />