Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Подключение js и css внутри шаблона компонента

John edited this page Feb 20, 2017 · 1 revision
<?php if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
$this->addExternalCss(SITE_TEMPLATE_PATH . '/css/style.js');
$this->addExternalJs(SITE_TEMPLATE_PATH . '/js/script.js');
Clone this wiki locally