website diff en/get/flavors.php @ rev 931

fr moved get page to PHP and add download icon
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 21:31:25 2012 +0100 (2012-03-12)
parents 9dcaf58d0ca4
children c2f9d5d0f314
line diff
     1.1 --- a/en/get/flavors.php	Sun Mar 11 22:00:28 2012 +0100
     1.2 +++ b/en/get/flavors.php	Mon Mar 12 21:31:25 2012 +0100
     1.3 @@ -2,15 +2,12 @@
     1.4      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.6  <head>
     1.7 -    <title>SliTaz LiveCD Flavors</title>
     1.8 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.9 -    <meta name="description" content="SliTaz GNU/Linux LiveCD" />
    1.10 -    <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
    1.11 -    <meta name="robots" content="index, follow, all" />
    1.12 -    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    1.13 -    <meta name="author" content="Christophe Lincoln" />
    1.14 -    <link rel="shortcut icon" href="../../favicon.ico" />
    1.15 -    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    1.16 +	<title>SliTaz LiveCD Flavors</title>
    1.17 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.18 +	<meta name="description" content="SliTaz GNU/Linux LiveCD" />
    1.19 +	<meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />    
    1.20 +	<meta name="author" content="Christophe Lincoln" />
    1.21 +	<?php include("../../lib/html/meta-link.html"); ?>
    1.22  </head>
    1.23  <body>
    1.24