if ( $main_img = $this -> article['language']['main_image'] ):
?>
endif;
$this -> article['language']['seo_link'] ? $url = $this -> article['language']['seo_link'] : $url = 'a-' . $this -> article['id'] . '-' . \S::seo( $this -> article['language']['title'] );
if ( $this -> article['show_title'] ):
?>
endif;
if ( $this -> article['show_date_add'] )
echo '
' . $lang['data-dodania'] . ': ' . $this -> article['date_add'] . '
';
if ( $this -> article['show_date_modify'] )
echo '
' . $lang['data-modyfikacji'] . ': ' . $this -> article['date_modify'] . '
';
?>
if ( $this -> article['language']['entry'] )
{
echo $this -> article['language']['entry'];
if ( $this -> article['language']['text'] )
$more = true;
}
else
{
echo $this -> article['language']['text'];
$more = false;
}
?>
if ( $more ):?>
article['language']['noindex'] ):?>rel="nofollow" endif;?>>= $lang['wiecej'];?>
endif;?>