membre_modifier.fct.php from Gulus at Krugle
Show membre_modifier.fct.php syntax highlighted
<?php
function mod_print_title()
{
echo "Modifier ses informations personnelles";
}
function mod_print_header()
{
global_mod_format_title("Modifier ses informations personnelles", "pics/malehead.png");
}
?>
See more files for this project here