10) { return "Error Too mutch lines in top menu (max 4)"; } // Top menu $out .= "
\n"; //$out .= "

 

 

\n"; //$out .= "

 

\n"; $out .= "
\n"; /* // Bottom menu $out .= "
\n"; $out .= "
\n"; */ print $out; } // Page // Do the page with the right title function page($titre) { printheader($titre); domenu(); print "
\n"; //print "

\"Nothing\"

\n"; } // finpage // ajoute les tags en fin de page function finpage(){ require("bottom.inc.php"); } ?>