Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Espaces de nommage | |
namespace | Joomla\Administrator |
Variables | |
$showhelp = $params->get('showhelp', 1) | |
if($user->authorise('core.manage', 'com_users')) if($user-> authorise('core.manage', 'com_menus')) if($user-> authorise('core.manage', 'com_content')) | $components = ModMenuHelper::getComponents( true ) |
if($components) | $im = $user->authorise('core.manage', 'com_installer') |
$mm = $user->authorise('core.manage', 'com_modules') | |
$pm = $user->authorise('core.manage', 'com_plugins') | |
$tm = $user->authorise('core.manage', 'com_templates') | |
$lm = $user->authorise('core.manage', 'com_languages') |
if ($user->authorise('core.manage', 'com_users')) if ($user->authorise('core.manage', 'com_menus')) if ($user->authorise('core.manage', 'com_content')) $components = ModMenuHelper::getComponents( true ) |
if ($components) $im = $user->authorise('core.manage', 'com_installer') |
$lm = $user->authorise('core.manage', 'com_languages') |
$mm = $user->authorise('core.manage', 'com_modules') |
$pm = $user->authorise('core.manage', 'com_plugins') |
$showhelp = $params->get('showhelp', 1) |
$tm = $user->authorise('core.manage', 'com_templates') |