Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/pull.request/templates/.default/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/pull.request/templates/.default/template.php

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

/** @var CBitrixComponentTemplate $this */
$frame = $this->createFrame("bx-pull-start")->begin("");
?>
	<script>
		BX.ready(function() { BX.PULL.start(<?=(empty($arResult)? '': CUtil::PhpToJsObject($arResult))?>); });
	</script>
<?
$frame->end();