|
|
|
@ -127,12 +127,12 @@ if (api_is_platform_admin()) { |
|
|
|
|
$blocks['platform']['label'] = api_ucfirst(get_lang('Platform')); |
|
|
|
|
|
|
|
|
|
$items = array(); |
|
|
|
|
$items[] = array('url'=>'settings.php', 'label' => get_lang('DokeosConfigSettings')); |
|
|
|
|
$items[] = array('url'=>'settings.php', 'label' => get_lang('DokeosConfigSettings')); |
|
|
|
|
$items[] = array('url'=>'system_announcements.php', 'label' => get_lang('SystemAnnouncements')); |
|
|
|
|
$items[] = array('url'=>'calendar.php', 'label' => get_lang('GlobalAgenda')); |
|
|
|
|
$items[] = array('url'=>'configure_homepage.php', 'label' => get_lang('ConfigureHomePage')); |
|
|
|
|
$items[] = array('url'=>api_get_path(WEB_CODE_PATH).'calendar/agenda_js.php?type=admin', 'label' => get_lang('GlobalAgenda')); |
|
|
|
|
$items[] = array('url'=>'configure_homepage.php', 'label' => get_lang('ConfigureHomePage')); |
|
|
|
|
$items[] = array('url'=>'configure_inscription.php', 'label' => get_lang('ConfigureInscription')); |
|
|
|
|
$items[] = array('url'=>'statistics/index.php', 'label' => get_lang('Statistics')); |
|
|
|
|
$items[] = array('url'=>'statistics/index.php', 'label' => get_lang('Statistics')); |
|
|
|
|
|
|
|
|
|
if (!empty($_configuration['multiple_access_urls'])) { |
|
|
|
|
if (api_is_global_platform_admin()) { |
|
|
|
|