API17

API17:JModuleHelper::getLayoutPath

From Joomla! Documentation

Revision as of 00:00, 21 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JModuleHelper::getLayoutPath

Examples

<CodeExamplesForm />