コード例 #1
0
ファイル: iblock.php プロジェクト: ASDAFF/1C_Bitrix_info_site
/**
 * 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);
}
コード例 #2
0
ファイル: iblock.php プロジェクト: k-kalashnikov/geekcon_new
function GetIBlock($ID, $type = "")
{
    return GetIBlockLang(LANG, $ID, $type);
}