Your IP : 3.129.26.49


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/mobile/log/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/mobile/log/new_post.php

<?
require($_SERVER["DOCUMENT_ROOT"]."/mobile/headers.php");
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");

if (IsModuleInstalled("bitrix24"))
{
	GetGlobalID();
}

$arPostProperty = array("UF_BLOG_POST_DOC");
if (
	IsModuleInstalled("webdav")
	|| IsModuleInstalled("disk")
)
{
	$arPostProperty[] = "UF_BLOG_POST_FILE";
}

$APPLICATION->IncludeComponent("bitrix:main.post.form", "mobile", array(
		"FORM_ACTION_URL" => SITE_DIR."mobile/log/".(intval($_REQUEST["group_id"]) > 0 ? "?group_id=".intval($_REQUEST["group_id"]) : ""), // post action
		"SOCNET_GROUP_ID" => intval($_REQUEST["group_id"]),
		"POST_PROPERTY" => $arPostProperty,
		"FORM_ID" => "blogPostForm",
		"FORM_TARGET" => "_self",
		"POST_ID" => intval($_REQUEST["post_id"])
	),
	false,
	Array("HIDE_ICONS" => "Y")
);
?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php")?>