Ajout link rel

This commit is contained in:
Rodolphe Quiedeville 2003-10-17 18:00:13 +00:00
parent 6957acdd88
commit d6c35b1e68

View File

@ -346,6 +346,12 @@ function top_menu($head, $title="")
// print '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">';
// print '<BASE href="'.DOL_URL_ROOT.'/">';
//print '<link rel="home" title="Accueil" href="/" />'; TODO RODO
// print '<link rel="help" title="HowToUseWiki" href="HowToUseWiki" />';
print '<link rel="copyright" title="GNU General Public License" href="http://www.gnu.org/copyleft/gpl.html#SEC1" />';
print '<link rel="author" title="Equipe de développement" href="http://www.dolibarr.com/dev.fr.html" />';
print '<LINK REL="stylesheet" TYPE="text/css" HREF="'.DOL_URL_ROOT.'/'.$conf->css.'">';
print '<LINK REL="stylesheet" TYPE="text/css" media="print" HREF="'.DOL_URL_ROOT.'/theme/print.css">';
print "\n";