Blame view

local/templates/main/components/bitrix/news.detail/article/component_epilog.php 188 Bytes
0a18140fe   Дмитрий Типикин   Интеграция верстк...
1
2
3
4
5
6
  <?php
  	global $APPLICATION;
  	if(!empty($arResult['PREVIEW_PICTURE']['SRC'])){
  		$ogImageUrl = $arResult['PREVIEW_PICTURE']['SRC'];
  		$APPLICATION->SetPageProperty("image", $ogImageUrl);
  	}