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']) :
?>
global $mdb;
$results = $mdb -> query( 'SELECT page_id FROM pp_articles_pages WHERE article_id = ' . $this -> article['id'] . ' AND page_id NOT IN (12,8)' ) -> fetchAll();
if ( is_array( $results ) and !empty( $results ) ) foreach ( $results as $row )
{
$page_tmp = \front\factory\Pages::page_details( $row['page_id'] );
echo '
' . $page_tmp['language']['title'] . '';
}
?>
endif;
if ($this->article['show_date_add'])
echo '
' . '' . date('Y-m-d', strtotime($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; ?>