";
echo formatTitleh2($display_title);
echo "\n";
if($newsletter_status!='P') {
echo "\t
\n";
echo "\t
\n";
}
echo "
\n";
echo "- " . $GLOBALS['lang']['newsletter']['title'] . "
\n";
echo "- " . $display_title . "
\n";
echo "- " . $GLOBALS['lang']['newsletter']['body'] . " :
\n";
echo "- " . $display_body . "
\n";
echo "- " . $GLOBALS['lang']['newsletter']['author'] . " :
\n";
echo '- ' . $display_user . '
'.END_LINE;
echo "- " . $GLOBALS['lang']['statut']['published_on'] . "
\n";
echo "- " . $display_published_date . "
\n";
echo "- " . $GLOBALS['lang']['divers']['date_crea'] . "
\n";
echo "- " . $display_date_crea . "
\n";
echo "- " . $GLOBALS['lang']['divers']['last_modify'] . "
\n";
echo "- " . $display_last_modify . "
\n";
echo "- " . $GLOBALS['lang']['divers']['statut'] . "
\n";
echo "- " . $display_statut . "
\n";
echo "
\n";
?>