Skip to content

Instantly share code, notes, and snippets.

@qwersk
Last active March 22, 2017 08:10
Show Gist options
  • Save qwersk/e99550dd46c769b47f729373ffceb273 to your computer and use it in GitHub Desktop.
Save qwersk/e99550dd46c769b47f729373ffceb273 to your computer and use it in GitHub Desktop.
CALLBACK FUNCTION BITRIX
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