Your IP : 3.133.160.239


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/wizards/bitrix/demo/modules/e-store/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/wizards/bitrix/demo/modules/e-store/index.php

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

//Library
include_once(dirname(__FILE__)."/../iblock/iblock_tools.php");
__IncludeLang(GetLangFileName(dirname(__FILE__)."/lang/", "/".basename(__FILE__)));

CopyDirFiles(dirname(__FILE__)."/public/language/".LANGUAGE_ID."/e-store/", $_SERVER["DOCUMENT_ROOT"]."/e-store", false, false);

DEMO_IBlock_AddMenuItem("/.top.menu.php", Array(
	GetMessage("DEMO_ESTORE_MENU"),
	"/e-store/",
	Array(),
	Array(),
	"",
));
?>