index.fct.php from Gulus at Krugle
Show index.fct.php syntax highlighted
<?php
function mod_print_title()
{
echo "Groupe d'Utilisateurs de Linux de l'Université de Sherbrooke";
}
function mod_print_header()
{
echo "<CENTER><font size=+2>Groupe d'utilisateurs de Linux de l'Université de Sherbrooke</font></CENTER>";
}
?>
See more files for this project here