";
echo formatTitleh2($current_title);;
echo "\n";
if (($type=='W' && AuthUser4Workshop($current_workshop_id, $sql_object)) || ($type=='P' && GetSessionElement('id')==$current_owner) || IsSuperAdmin()) {
echo "\t
\n";
echo "\t
\n";
}
echo "
\n";
echo "- "._t('contents','title')."
\n";
echo "- ". $display_title."
\n";
echo "- ". _t('contents','body'). "
\n";
echo "- ".$display_body."
\n";
if($type=='P') {
echo "- "._t('contents','template')." :
\n";
echo "- ".$display_template."
\n";
echo $reca_visual;
}
echo "- "._t('divers','date_crea') ." :
\n";
echo "- ". $display_date_crea. "
\n";
echo "- "._t('divers','last_modify') ." :
\n";
echo "- ". $display_last_modify. "
\n";
echo "
\n";
?>