|
|
|
@ -223,7 +223,7 @@ if (!CustomPages::enabled()) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$home = api_get_path(SYS_PATH).'home/'; |
|
|
|
$home = api_get_path(SYS_PATH).'home/'; |
|
|
|
if ($_configuration['multiple_access_urls']) { |
|
|
|
if (api_is_multiple_url_enabled()) { |
|
|
|
$access_url_id = api_get_current_access_url_id(); |
|
|
|
$access_url_id = api_get_current_access_url_id(); |
|
|
|
if ($access_url_id != -1) { |
|
|
|
if ($access_url_id != -1) { |
|
|
|
$url_info = api_get_access_url($access_url_id); |
|
|
|
$url_info = api_get_access_url($access_url_id); |
|
|
|
|