Я не думаю. Шаблон был изначально усиновлен на хостинге
 
	Вот конфиг: 
 
	 
 
	 
 
	<?php 
	// HTTP 
	define('HTTP_SERVER', 'http://beautypower.by/');
 
	// HTTPS 
	define('HTTPS_SERVER', 'http://beautypower.by/');
 
	// DIR 
	define('DIR_APPLICATION', '/var/www/beautypo/data/www/beautypower.by/catalog/'); 
	define('DIR_SYSTEM', '/var/www/beautypo/data/www/beautypower.by/system/'); 
	define('DIR_IMAGE', '/var/www/beautypo/data/www/beautypower.by/image/'); 
	define('DIR_STORAGE', '/var/www/beautypo/data/www/storage/'); 
	define('DIR_LANGRUGE', DIR_APPLICATION . 'language/'); 
	define('DIR_TEMPLATE', DIR_APPLICATION . 'view/theme/'); 
	define('DIR_CONFIG', DIR_SYSTEM . 'config/'); 
	define('DIR_CACHE', DIR_STORAGE . 'cache/'); 
	define('DIR_DOWNLOAD', DIR_STORAGE . 'download/'); 
	define('DIR_LOGS', DIR_STORAGE . 'logs/'); 
	define('DIR_MODIFICATION', DIR_STORAGE . 'modification/'); 
	define('DIR_SESSION', DIR_STORAGE . 'session/'); 
	define('DIR_UPLOAD', DIR_STORAGE . 'upload/');
 
	// DB 
	define('DB_DRIVER', 'mysqli'); 
	define('DB_HOSTNAME', 'localhost'); 
	define('DB_USERNAME', 'kriptoshelest'); 
	define('DB_PASSWORD', '***********'); 
	define('DB_DATABASE', 'dbshop'); 
	define('DB_PORT', '3306'); 
	define('DB_PREFIX', 'oc_');