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 | |
$shownew = (boolean)$params->get('shownew', 1) | |
$showhelp = $params->get('showhelp', 1) | |
$user = JFactory::getUser() | |
$lang = JFactory::getLanguage() | |
if($user->authorise('core.admin')) | $chm = $user->authorise('core.admin', 'com_checkin') |
$cam = $user->authorise('core.manage', 'com_cache') | |
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') |
$cam = $user->authorise('core.manage', 'com_cache') |
if ($user->authorise('core.admin')) $chm = $user->authorise('core.admin', 'com_checkin') |
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') |
$lang = JFactory::getLanguage() |
$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) |
$shownew = (boolean)$params->get('shownew', 1) |
$tm = $user->authorise('core.manage', 'com_templates') |
$user = JFactory::getUser() |