Last active
March 22, 2017 08:10
-
-
Save qwersk/e99550dd46c769b47f729373ffceb273 to your computer and use it in GitHub Desktop.
CALLBACK FUNCTION BITRIX
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
function ShowBreadcrumbs(){ | |
global $APPLICATION; | |
return $APPLICATION->GetProperty("show_breadcrumbs"); | |
} | |
$APPLICATION->AddBufferContent("ShowBreadcrumbs"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment