| Current Path : /var/www/homesaver/www/bitrix/wizards/bitrix/eshop/site/services/main/ |
| Current File : /var/www/homesaver/www/bitrix/wizards/bitrix/eshop/site/services/main/theme.php |
<?
if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)
die();
if (!defined("WIZARD_TEMPLATE_ID"))
return;
$templateDir = BX_PERSONAL_ROOT."/templates/".WIZARD_TEMPLATE_ID;
CopyDirFiles(
WIZARD_THEME_ABSOLUTE_PATH,
$_SERVER["DOCUMENT_ROOT"].$templateDir,
$rewrite = true,
$recursive = true,
$delete_after_copy = false,
$exclude = "description.php"
);
COption::SetOptionString("main", "wizard_eshop_bootstrap_theme_id", WIZARD_THEME_ID, "", WIZARD_SITE_ID);
//Color scheme for main.interface.grid/form
CUserOptions::SetOption("main.interface", "global", array("theme" => WIZARD_THEME_ID), true);
?>