Your IP : 18.191.50.205


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/components/bitrix/voting.current/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/components/bitrix/voting.current/.description.php

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();

$arComponentDescription = array(
	"NAME" => GetMessage("VOTE_CURRENT_NAME"),
	"DESCRIPTION" => GetMessage("VOTE_CURRENT_DESCRIPTION"),
	"ICON" => "/images/current.gif",
	"COMPLEX" => "Y",
	"PATH" => array(
		"ID" => "service",
		"CHILD" => array(
			"ID" => "voting",
			"NAME" => GetMessage("VOTING_SERVICE")
		)
	),
);
?>