API17

JModuleHelper::getLayoutPath: Difference between revisions

From Joomla! Documentation

m JoomlaWikiBot moved page JModuleHelper::getLayoutPath/11.1 to API17:JModuleHelper::getLayoutPath without leaving a redirect: Robot: Moved page
m →User contributed notes: moving preparation
Line 55: Line 55:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JModuleHelper]][[Category:JModuleHelper::getLayoutPath]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:54, 11 May 2013

Joomla 11.1 JModuleHelper::getLayoutPath

Description

Get the path to a layout for a module.

Template: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 Joomla 11.1

See also

Template:SeeAlso:JModuleHelper::getLayoutPath [Edit See Also]

User contributed notes

<CodeExamplesForm />