API17

JModuleHelper::getLayoutPath: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
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

Joomla 11.1 JModuleHelper::getLayoutPath

Description

Get the path to a layout for a module.

Template:Description:JModuleHelper::getLayoutPath [Edit Descripton]

Since

Joomla 11.1

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)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JModuleHelper::getLayoutPath

Examples

<CodeExamplesForm />