Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/voting.current/templates/main_page/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/voting.current/templates/main_page/form.php

<?if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
?><?$APPLICATION->IncludeComponent("bitrix:voting.form", "main_page",
	array(
		"VOTE_ID" => $arResult["VOTE_ID"],
		"VOTE_RESULT_TEMPLATE" => $arResult["VOTE_RESULT_TEMPLATE"],
		"PERMISSION" => $arParams["PERMISSION"],
		"ADDITIONAL_CACHE_ID" => $arResult["ADDITIONAL_CACHE_ID"],
		"CACHE_TIME" => $arParams["CACHE_TIME"],
		"CACHE_TYPE" => $arParams["CACHE_TYPE"],
	),
	($this->__component->__parent ? $this->__component->__parent : $component)
);
?>