article['language']['main_image']) : ?>
<?= htmlspecialchars($this->article['language']['title']); ?>
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']) : ?>
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'] . ''; } ?>

article['language']['noindex']) : ?>rel="nofollow" >article['language']['title']; ?>

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'] . '
'; ?>
article['language']['entry']) { echo $this->article['language']['entry']; if ($this->article['language']['text']) $more = true; } else { echo $this->article['language']['text']; $more = false; } ?>
article['language']['noindex']) : ?>rel="nofollow" >