https://dev.1c-bitrix.ru/api_help/main/reference/cmain/getpageproperty.php
Переменная:
|
1 2 |
$APPLICATION->SetPageProperty("keywords", "веб, разработка, программирование"); echo $APPLICATION->GetPageProperty("keywords"); |
Класс:
|
1 2 |
$APPLICATION->SetPageProperty("custom_class", "test-class"); <div class="<?$APPLICATION->ShowProperty('NOT_CONTENT_PAGE');?>"> |
