Last active
June 28, 2019 10:02
-
-
Save davletyarov/563d4a3d7eeb22929ba7447c85277c6a to your computer and use it in GitHub Desktop.
Косвенный result_modifier.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
defined('B_PROLOG_INCLUDED') || die(); | |
/** | |
* @global CMain $APPLICATION | |
* @var array $arParams | |
* @var array $arResult | |
*/ | |
// зеркально указываем оригинальное место нахождение директори шаблона, которую мы хотим расширить косвенно | |
$this->__folder = '/bitrix/components/bitrix/crm.interface.filter/templates/flat'; | |
// указываем на сам шаблон | |
$this->__file = '/bitrix/components/bitrix/crm.interface.filter/templates/flat/template.php'; | |
// эти строчки нужны чтобы сработали стили и скрипты | |
$this->__hasCSS = true; | |
$this->__hasJS = true; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment