";
echo formatTitleh2($display_title . $page_id);
echo "\n";
echo "\t
" . _t('page','sup') . "\n";
echo "\t
" . _t('page','mod') . "\n";
echo "
\n";
echo "- " . mb_ucfirst(_t('page','title')) . " :
\n";
echo "- " . $display_title . "
\n";
echo "- " . mb_ucfirst(_t('page','public-url')) . " :
\n";
echo "- " . $display_url . "
\n";
echo "- " . mb_ucfirst(_t('page','header')) . " :
\n";
echo "- " . $display_header . "
\n";
echo "- " . mb_ucfirst(_t('page','body')) . " :
\n";
echo "- " . $display_body . "
\n";
echo "- ".mb_ucfirst(_t('page','heading'))." :
\n";
echo "- ".$headingEntries[$display_heading]."
\n";
echo "- " . mb_ucfirst(_t('page','author')) . " :
\n";
echo '- ' . $display_user . '
'.PHP_EOL;
echo "- " . mb_ucfirst(_t('page','is_homepage'))." :
\n";
echo "- " . $display_homepage."
\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";
?>