1
0
Fork 0
mirror of https://github.com/janickiy/yii2-nomer synced 2025-02-15 03:11:58 +00:00
yii2-nomer/views/search/viber.php

12 lines
290 B
PHP
Raw Normal View History

2020-02-05 03:34:26 +00:00
<?php
/* @var $this \yii\web\View */
/* @var $result array */
use yii\helpers\Html;
?>
<?php if(isset($result["photo"])): ?>
<img src="data:image/gif;base64,<?=$result["photo"];?>" height="50" style="margin-right: 7px;">
<?php else: ?>
Фото не найдено
<?php endif; ?>