website diff en/packages/index.php @ rev 946

Add forum activity to main pages
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 20:28:01 2012 +0100 (2012-03-13)
parents fc144258f2b7
children c2f9d5d0f314
line diff
     1.1 --- a/en/packages/index.php	Sun Mar 11 22:54:13 2012 +0100
     1.2 +++ b/en/packages/index.php	Tue Mar 13 20:28:01 2012 +0100
     1.3 @@ -6,11 +6,8 @@
     1.4      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.5      <meta name="description" content="SliTaz GNU/Linux LiveCD packages" />
     1.6      <meta name="keywords" lang="en" content="package, tazpkg" />
     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, Paul Issot"/>
    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  
    1.16 @@ -85,12 +82,12 @@
    1.17  
    1.18  <h2>Activity</h2>
    1.19  
    1.20 -<?php require_once("../../libs/get-feeds.php"); ?>
    1.21 +<?php require_once("../../lib/get-feeds.php"); ?>
    1.22  
    1.23  <div class="activity">
    1.24  	<p>
    1.25 -		<a href="http://hg.slitaz.org/">
    1.26 -			<img src="../../images/development.png" alt="development.png" /></a>
    1.27 +		<a href="http://hg.slitaz.org/"><img 
    1.28 +			src="/images/development.png" alt="[ Devel ]" /></a>
    1.29  		Latest commits in wok
    1.30  		<?php get_feed("wok.xml"); ?>
    1.31  	</div>