Your IP : 18.223.156.172


Current Path : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/components/bitrix/forum.interface/
Upload File :
Current File : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/components/bitrix/forum.interface/component.php

<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
if (CModule::IncludeModule("forum"))
{
	$arResult["data"] = $arParams["~DATA"];
	$arResult["head"] = $arParams["~HEAD"];
	do {
		$arResult["id"] = "id_".rand();
	} while(ForumGetEntity($arResult["id"]) !== false);
	$arParams["RETURN_DATA"] = "";
	$result = $this->IncludeComponentTemplate();
	if (!empty($arParams["RETURN_DATA"]))
		return $arParams["RETURN_DATA"];
}
?>