JModuleHelper::getLayoutPath/11.1
From Joomla! Documentation
JModuleHelper::getLayoutPath
Description
Get the path to a layout for a module.
Description:JModuleHelper::getLayoutPath [Edit Descripton]
public static function 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 on line 225 of libraries/joomla/application/module/helper.php
- Since

See also
JModuleHelper::getLayoutPath source code on BitBucket
Class JModuleHelper
Subpackage Application- Other versions of JModuleHelper::getLayoutPath
SeeAlso:JModuleHelper::getLayoutPath [Edit See Also]