";
echo formatTitleh2($display_title);
echo "\n";
if ($l21auth->GetSessionElement('id') == $news_owner || $l21auth->isSuperAdmin()) {
echo "\t
" . _t('news','sup') . "\n";
echo "\t
" . _t('news','mod') . "\n";
}
echo "
\n";
echo "- " . mb_ucfirst(_t('news','title')) . " :
\n";
echo "- " . $display_title . "
\n";
echo "- " . mb_ucfirst(_t('news','header')) . " :
\n";
echo "- " . $display_header . "
\n";
echo "- " . mb_ucfirst(_t('news','body')) . " :
\n";
echo "- " . $display_body . "
\n";
if($l21auth->isSuperAdmin()) {
echo "- " . mb_ucfirst(_t('news','level')) . " :
\n";
echo '- ' . $disp_level_name . '
'.PHP_EOL;
echo "- " . mb_ucfirst(_t('news','scale')) . " :
\n";
echo '- ' . $display_scale . '
'.PHP_EOL;
echo "- ".mb_ucfirst(_t('tag','name'))." :
\n";
echo "- ".$display_tags."
\n";
echo "- " . mb_ucfirst(_t('news','author')) . " :
\n";
echo '- ' . $display_user . '
'.PHP_EOL;
} else {
echo "- " . mb_ucfirst(_t('news','level')) . " :
\n";
echo "- " . $disp_level_name . "
\n";
echo "- " . mb_ucfirst(_t('news','scale')) . " :
\n";
echo "- " . $display_scale . "
\n";
echo "- ".mb_ucfirst(_t('tag','name'))." :
\n";
echo "- ".$display_tags."
\n";
echo "- " . mb_ucfirst(_t('news','author')) . " :
\n";
echo "- " . $display_user . "
\n";
}
echo "- " . mb_ucfirst(_t('statut','published_on')) . " :
\n";
echo "- " . $display_published_date . "
\n";
echo "- " . mb_ucfirst(_t('divers','date_crea')) . " :
\n";
echo "- " . $display_date_crea . "
\n";
echo "- " . mb_ucfirst(_t('divers','last_modify')) . " :
\n";
echo "- " . $display_last_modify . "
\n";
echo "- " . mb_ucfirst(_t('divers','statut')) . " :
\n";
echo "- " . $display_statut . "
\n";
echo "
\n";
?>