global $lang;?>
$text = $this -> article['language']['text'];
$text = \front\Views\Articles::generateHeadersIds( $text );
?>
$this -> article['language']['seo_link'] ? $url = $this -> article['language']['seo_link'] : $url = 'a-' . $this -> article['id'] . '-' . \Shared\Helpers\Helpers::seo( $this -> article['language']['title'] );
if ( $this -> article['show_title'] )
echo '
' . $this -> article['language']['title'] . '
';
if ( $this -> article['show_date_add'] )
echo '
Data publikacji: ' . date( 'd.m.Y', strtotime( $this -> article['date_add'] ) ) . '
';
?>
if ( $this -> article['repeat_entry'] ):?>
= $this -> article['language']['entry'];?>
endif;?>
if ( $this -> article['show_table_of_contents'] ):?>
if ( $this -> article['language']['table_of_contents'] ):?>
= \Shared\Helpers\Helpers::lang( 'spis-tresci' );?>
= $this -> article['language']['table_of_contents'];?>
else:?>
= \Shared\Helpers\Helpers::lang( 'spis-tresci' );?>
= \front\Views\Articles::generateTableOfContents( $text );?>
endif;?>
endif;?>
= $text;?>
if ( is_array( $this -> article['images'] ) ):
?>
foreach ( $this -> article['images'] as $img ):
?>
endforeach;
?>
endif;
if ( is_array( $this -> article['files'] ) ):
?>
endif;
if ( $this -> article['social_icons'] ):
?>
= ucfirst( \Shared\Helpers\Helpers::lang( 'podziel-sie-z-innymi' ) );?>
endif;
?>
= $lang['wstecz'];?>