Hello,

og:image don't work !

{if is_array($photos) && $photos|@count > 1}
{foreach from=$photos item='photo' name="listingPhotos"}
{if ($photo.Type == 'photo' || $photo.Type == 'main') && $photo.Photo}
<meta property="og:image" content="{if $tpl_settings.type != 'responsive_42'}{$smarty.const.RL_FILES_URL}{/if}{$photo.Photo}" />


???