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'] ) echo '

' . $this -> article['language']['title'] . '

'; if ( $this -> article['social_icons'] ): ?>

:

facebook pinterest linkedin google+
article['show_date_add'] ) echo '
' . ucfirst( $lang['data-dodania'] ) . ': ' . date( 'H:i d/m/Y', strtotime( $this -> article['date_add'] ) ) . '
'; if ( $this -> article['show_date_modify'] ) echo '
' . ucfirst( $lang['data-modyfikacji'] ) . ': ' . date( 'H:i d/m/Y', strtotime( $this -> article['date_modify'] ) ) . '
'; if ( $this -> article['tags'] ): echo '
'; echo ''; echo '
'; endif; ?>
article['repeat_entry'] ):?> article['language']['entry'];?> article['language']['text']; /* artykuł wewnątrz innego artykułu */ preg_match_all( '/ARTYKUL:[0-9]*/', $this -> article['language']['text'], $articles_list ); if ( is_array( $articles_list[0] ) ) foreach( $articles_list[0] as $article_tmp ) { $article_tmp = explode( ':', $article_tmp ); if ( $article_tmp[1] != $this -> article['id'] ) $text = str_replace( '[ARTYKUL:' . $article_tmp[1] . ']', \front\view\Articles::article_full( $article_tmp[1], $lang_id ), $text ); else $text = str_replace( '[ARTYKUL:' . $article_tmp[1] . ']', '', $text ); } /* galeria w innym miejscu niż na końcu */ if ( strpos( $this -> article['language']['text'], '[GALERIA]' ) !== false ) { ob_start(); if ( is_array( $this -> article['images'] ) ): ?> article['language']['text'], '[ZALACZNIKI]' ) !== false ) { ob_start(); if ( is_array( $this -> article['files'] ) ): ?> images = $images; $tpl -> article_id = $this -> article['id']; $tpl -> i = $i; echo $tpl -> render( 'articles/slider' ); $out .= ob_get_contents(); ob_end_clean(); $out .= $temp[1]; } $text = $before . $out; } } echo $text; ?>
article['images'] ) and strpos( $this -> article['language']['text'], '[GALERIA]' ) === false ): ?> article['files'] ) and strpos( $this -> article['language']['text'], '[ZALACZNIKI]' ) === false ): ?> article['social_icons'] ):?>

:

facebook pinterest linkedin google+