* @copyright (c), Thread * * @var $article \frontend\modules\news\models\Article */ $image = $article->getImageLink(); $image = ImageResizer::getThumb($article->getImagePath(), 730, 350); $link = $article->getUrl(); if ($image === null) { $image = '/images/blog-1.jpg'; } ?>
$article['lang']['title'], 'style' => 'max-width: 100%; margin-bottom: 8px;' ]) ?>