website diff i18n.php @ rev 929

Add lib/html/meta-link.html to include common meta tags in all pages
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 20:14:21 2012 +0100 (2012-03-12)
parents 62d1df37a375
children 84f0b93520b0
line diff
     1.1 --- a/i18n.php	Thu Mar 08 12:19:54 2012 +0100
     1.2 +++ b/i18n.php	Mon Mar 12 20:14:21 2012 +0100
     1.3 @@ -6,11 +6,8 @@
     1.4  	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
     1.5  	<meta name="description" content="SliTaz GNU/Linux languages" />
     1.6      <meta name="keywords" lang="en" content="SliTaz POT, gettext, translation" />
     1.7 -    <meta name="robots" content="index, follow, all" />
     1.8 -    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
     1.9      <meta name="author" content="Christophe Lincoln"/>
    1.10 -    <link rel="shortcut icon" href="favicon.ico" />
    1.11 -    <link rel="stylesheet" type="text/css" href="slitaz.css" />
    1.12 +    <?php include("lib/html/meta-link.html"); ?>
    1.13  </head>
    1.14  <body>
    1.15