| Current Path : /var/www/homesaver/www/local/templates/aspro_next/components/bitrix/main.include/front/ |
| Current File : /var/www/homesaver/www/local/templates/aspro_next/components/bitrix/main.include/front/template.php |
<?
if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
/** @var array $arParams */
/** @var array $arResult */
/** @global CMain $APPLICATION */
/** @global CUser $USER */
/** @global CDatabase $DB */
/** @var CBitrixComponentTemplate $this */
/** @var string $templateName */
/** @var string $templateFile */
/** @var string $templateFolder */
/** @var string $componentPath */
/** @var CBitrixComponent $component */
$this->setFrameMode(true);
$text='';
if($arResult["FILE"] <> ''){
ob_start();
include($arResult["FILE"]);
$text=ob_get_clean();
}
echo CNext::showMoreText($text);