%PDF- %PDF-
Direktori : /home/bitrix/www/bitrix/components/bitrix/landing.demo/data/site/restaurant/ |
Current File : //home/bitrix/www/bitrix/components/bitrix/landing.demo/data/site/restaurant/.description.php |
<?php if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) { die(); } use \Bitrix\Main\Localization\Loc; Loc::loadLanguageFile(__FILE__); $buttons = \Bitrix\Landing\Hook\Page\B24button::getButtons(); $buttons = array_keys($buttons); return array( 'name' => Loc::getMessage('LANDING_DEMO_RESTAURANT_TITLE'), 'description' => Loc::getMessage('LANDING_DEMO_RESTAURANT_DESCRIPTION'), 'fields' => array( 'ADDITIONAL_FIELDS' => array( 'THEME_CODE' => 'restaurant', 'THEME_CODE_TYPO' => 'restaurant', 'B24BUTTON_CODE' => $buttons[0], 'UP_SHOW' => 'Y', ) ), 'items' => array ( ) );