website diff en/index.php @ rev 808

Improbe get_feed function
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 30 20:31:49 2011 +0200 (2011-03-30)
parents 79558e58003f
children 06cbe83c458a
line diff
     1.1 --- a/en/index.php	Wed Mar 30 18:34:18 2011 +0200
     1.2 +++ b/en/index.php	Wed Mar 30 20:31:49 2011 +0200
     1.3 @@ -180,7 +180,7 @@
     1.4  
     1.5  <h2>Project Activity</h2>
     1.6  <?php
     1.7 -	require_once("../libs/get-feed.php");
     1.8 +	require_once("../libs/get-feeds.php");
     1.9  ?>
    1.10  
    1.11  <div class="activity">
    1.12 @@ -188,7 +188,7 @@
    1.13  		<a href="http://scn.slitaz.org/activity/"><img 
    1.14  			src="../images/users.png" alt="users.png" /></a>
    1.15  		Community activity
    1.16 -		<?php get_rss_feed("/var/cache/slitaz/website/scn.xml"); ?>
    1.17 +		<?php get_feed("scn.xml"); ?>
    1.18  	</div>
    1.19  	<p class="activity_more">
    1.20  		<a href="http://scn.slitaz.org/activity/">More activity</a>
    1.21 @@ -200,7 +200,7 @@
    1.22  		<a href="http://hg.slitaz.org/">
    1.23  			<img src="../images/development.png" alt="development.png" /></a>
    1.24  		Latest commits in wok
    1.25 -		<?php get_rss_feed("/var/cache/slitaz/website/wok.xml"); ?>
    1.26 +		<?php get_feed("wok.xml"); ?>
    1.27  	</div>
    1.28  	<p class="activity_more">
    1.29  		<a href="http://hg.slitaz.org/">More commits</a>