0.00
Рейтинг
0.01
Сила

Энгин

  • avatar helios
  • 0
по п.1 — в confyg.sys.php менял default на social?
Config::Get('path.root.server').'/plugins/bill/templates/skin/social/block.places.tpl'=>array('params'=>array('plugin'=>'bill'),'priority'=>9),

выше в коде конфига есть

Config::Set('head.rules.bill', array(
	'path' => array(Config::Get('path.root.web').'/event', Config::Get('path.root.web').'/place'),
	'js' => array(
		'include' => array(
			"___path.static.root___/plugins/bill/templates/skin/social/js/event.js",
			"___path.static.root___/plugins/bill/templates/skin/social/js/place.js",
		)
	),
	'css' => array(
		'include' => array(
			"___path.static.root___/plugins/bill/templates/skin/social/css/event.css",
			"___path.static.root___/plugins/bill/templates/skin/social/css/place.css",
		)
	),
));

тоже заменил.