| Current Path : /var/www/element/data/www/greenpr.ru/bitrix/wizards/bitrix/demo/modules/vote/public/en/ |
| Current File : /var/www/element/data/www/greenpr.ru/bitrix/wizards/bitrix/demo/modules/vote/public/en/vote_new.php |
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Vote");
?><?$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");?>