calendrier.fct.php from Gulus at Krugle
Show calendrier.fct.php syntax highlighted
<?php
function mod_print_title()
{
echo "Calendrier des événements";
}
function mod_print_header()
{
global_mod_format_title("Calendrier des événements", "pics/gnome-calendar.png");
}
?>
See more files for this project here