public static function getCurrent()
{
if(self::$currentSite === null) {
$arSite = \CSite::GetList(
$by='sort',
$order='desc',
[
'ABS_DOC_ROOT' => $_SERVER['DOCUMENT_ROOT'],
]
)->Fetch();
if ($arSite) {
self::$currentSite = $arSite['LID'];
} else {
self::$currentSite = '';
}
}
return self::$currentSite;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter