global $lang;
if ( isset( $this -> _articles ) && is_array( $this -> _articles ) ) foreach ( $this -> _articles as $art )
{
?>
if ( $art -> get_show_title() )
{
?>
=stripslashes( $art -> get_title() );?>
}
if ( $art -> get_show_date() )
{
?>
=date( 'Y-m-d H:s' , strtotime( $art -> get_date_add() ) );?>
}
if ( $art -> get_print_enabled() )
{
?>
' style='border:0px;'>
}
?>
=$art -> getModifyText();?>
if ( is_array( $art -> get_images() ) )
{
?>
}
?>
if ( is_array( $art -> get_files() ) )
{
?>
foreach ( $art -> get_files() as $file )
{
?>
-
=$file['name'];?>
}
?>
}
?>
}
?>