Beispiel #1
0
/**
 * Returns an array with Information block fields or false if none found.
 * iblock have to be linked to the current site.
 *
 * @param int $ID Numeric identifier of the iblock
 * @param string $type Type of iblock restrict search to.
 *
 * @return array
 */
function GetIBlock($ID, $type = "")
{
    return GetIBlockLang(SITE_ID, $ID, $type);
}
Beispiel #2
0
function GetIBlock($ID, $type = "")
{
    return GetIBlockLang(LANG, $ID, $type);
}