Guest User

Untitled

a guest
Jul 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <?php if(!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED!==true) die();
  2. /**
  3. * @global CMain $APPLICATION
  4. * @var array $arParams
  5. * @var array $arResult
  6. */
  7.  
  8. // зеркально указываем оригинальное место нахождение директори шаблона, которую мы хотим расширить косвенно
  9. $this->__folder = '/bitrix/components/bitrix/crm.interface.filter/templates/flat';
  10.  
  11. // указываем на сам шаблон
  12. $this->__file = '/bitrix/components/bitrix/crm.interface.filter/templates/flat/template.php';
  13.  
  14. // эти строчки нужны чтобы сработали стили и скрипты
  15. $this->__hasCSS = true;
  16. $this->__hasJS = true;
Add Comment
Please, Sign In to add comment