Skip to content

Instantly share code, notes, and snippets.

@YuriDan
Created February 12, 2016 08:26
Show Gist options
  • Save YuriDan/ac0c4270a8a95b544680 to your computer and use it in GitHub Desktop.
Save YuriDan/ac0c4270a8a95b544680 to your computer and use it in GitHub Desktop.
Bitrix — подключение CSS и JS в шаблонах компонентов
// В файле template.php
$this->addExternalCss("/local/styles.css");
$this->addExternalJS("/local/liba.js");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment