Created
May 6, 2021 05:50
-
-
Save userlond/06c3644bc52901fff8d2a2a124eb7a9e to your computer and use it in GitHub Desktop.
Получить путь к шаблону компонента в Битрикс
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
$componentName = 'bitrix:menu'; | |
$componentTemplate = 'grey_tabs'; | |
$component = new CBitrixComponent(); | |
$component->InitComponent($componentName, $componentTemplate); | |
$component->initComponentTemplate(); | |
echo $component->__template->GetFolder(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment