Example #1
0
					"SET_BROWSER_TITLE" => "N",	// Set browser window title
					"SET_LAST_MODIFIED" => "N",	// Set page last modified date to response header
					"SET_META_DESCRIPTION" => "N",	// Set page description
					"SET_META_KEYWORDS" => "N",	// Set page keywords
					"SET_STATUS_404" => "N",	// Set status 404
					"SET_TITLE" => "N",	// Set page title
					"SHOW_404" => "N",	// Show page
					"SORT_BY1" => "ACTIVE_FROM",	// Field for the news first sorting pass
					"SORT_BY2" => "SORT",	// Field for the news second sorting pass
					"SORT_ORDER1" => "DESC",	// Direction for the news first sorting pass
					"SORT_ORDER2" => "ASC",	// Direction for the news second sorting pass
				),
				false
			);?>
		</div>

		<div class="banner-block banner-block_position_main-footer">
			<?$APPLICATION->IncludeComponent("ratio:banner", "", Array('PANEL' => 'MAIN_BOTTOM', 'BANNER' => 'BANNER_1'));?>
			<?$APPLICATION->IncludeComponent("ratio:banner", "", Array('PANEL' => 'MAIN_BOTTOM', 'BANNER' => 'BANNER_2'));?>
			<div class="member-become">
				<div class="member-become__title">
					<?\RBCC\Helpers\Common\File::includeArea('main/become/title')?>
				</div>
				<a class="button button_size_small button_ico_email member-become__button js-button-feedback js-ya-goal" data-goal="CONTACT_US_EN" href="javascript:void(0)">Contact us</a>
			</div>
		</div>
	</div>
</div>
<?
require $_SERVER['DOCUMENT_ROOT'] . '/bitrix/footer.php';