Your IP : 172.28.240.42


Current Path : /var/www/html/clients/e-nkama.ru/e-nkama_bitrix/communication/voting/
Upload File :
Current File : /var/www/html/clients/e-nkama.ru/e-nkama_bitrix/communication/voting/vote_new.php

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetPageProperty("show_timestamp_x", "N");
$APPLICATION->SetTitle("Форма опроса");
?><?$APPLICATION->IncludeComponent(
	"bitrix:voting.form",
	"with_description",
	Array(
		"VOTE_ID" => $_REQUEST["VOTE_ID"], 
		"VOTE_RESULT_TEMPLATE" => "vote_result.php?VOTE_ID=#VOTE_ID#" 
	)
);?><?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>