Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/landing.start/templates/.default/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/landing.start/templates/.default/slider_header.php

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}

\Bitrix\Main\UI\Extension::load([
	'ui.design-tokens',
	'ui.fonts.opensans',
]);

?><!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?= LANGUAGE_ID?>" lang="<?= LANGUAGE_ID?>">
<head>
	<script>
		// Prevent loading page without header and footer
		if (window === window.top)
		{
			window.location = "<?= \CUtil::JSEscape($APPLICATION->GetCurPageParam('', array('IFRAME', 'IFRAME_TYPE')));?>";
		}
	</script>
	<?$APPLICATION->ShowHead();?>
</head>
<body class="template-<?= defined('SITE_TEMPLATE_ID') ? SITE_TEMPLATE_ID : '';?> <?$APPLICATION->ShowProperty('BodyClass');?>">
	<div class="landing-slider-pagetitle-wrap">
		<div class="landing-slider-pagetitle-inner-container">
			<div class="landing-slider-pagetitle-menu" id="pagetitle-menu">
				<?$APPLICATION->ShowViewContent('pagetitle');?>
			</div>
			<div class="landing-slider-pagetitle">
				<div id="pagetitle" class="landing-slider-pagetitle-title"><?$APPLICATION->ShowTitle(false);?></div>
				<div class="landing-slider-pagetitle-actions"><?$APPLICATION->ShowViewContent('inside_pagetitle');?></div>
			</div>
		</div>
	</div>

	<div class="landing-slider-content">
		<div id="sidebar"><?$APPLICATION->ShowViewContent('sidebar');?></div>
		<div id="workarea-content">
			<div class="workarea-content-paddings">