$main_img = \front\factory\Articles::get_image($this->articles[0]); ?>
$this->articles[0]['language']['seo_link'] ? $url = $this->articles[0]['language']['seo_link'] : $url = 'a-' . $this->articles[0]['id'] . '-' . \S::seo($this->articles[0]['language']['title']);
if ($this->articles[0]['show_title']) :
?>
endif;
if ($this->articles[0]['show_date_add'])
echo '
' . '' . date('Y-m-d', strtotime($this->articles[0]['date_add'])) . '
';
?>
if ($this->articles[0]['language']['entry']) {
echo $this->articles[0]['language']['entry'];
if ($this->articles[0]['language']['text'])
$more = true;
} else {
echo $this->articles[0]['language']['text'];
$more = false;
}
?>