Your IP : 18.119.253.53


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/vote/install/public/en/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/vote/install/public/en/vote_result.php

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Vote results");
$APPLICATION->AddChainItem("Votes", "vote_list.php");
?>
<?$APPLICATION->IncludeComponent("bitrix:voting.result", ".default", Array(
	"VOTE_ID"	=> $_REQUEST["VOTE_ID"],
	)
);?>
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>