Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/blog.info/templates/avatar/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/blog.info/templates/avatar/template.php

<?if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<?
if(!empty($arResult))
{
	if(!empty($arResult["Avatar_FORMATED"]))
	{
		?>
		<ul>
		<li class="blog-tags">
			<div class="blog-sidebar-avatar">
			<?=$arResult["Avatar_FORMATED"]?>
			</div>
		</li>
		</ul>
		<?
	}
}
?>