edition_nouvelle.fct.php from Gulus at Krugle
Show edition_nouvelle.fct.php syntax highlighted
<?php
function mod_print_title()
{
echo "Édition d'une nouvelle";
}
function mod_print_header()
{
global_mod_format_title("Édition d'une nouvelle", "pics/pressroom.png");
}
?>
See more files for this project here