website rev 1060

New sponsor: webconverger.com :-)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 15 13:32:37 2012 +0200 (2012-04-15)
parents 0b6bcc3f92c8
children 71c1e0e8a2df
files en/sponsor/index.php images/sponsor/webconverger.png lib/get-feeds.php
line diff
     1.1 --- a/en/sponsor/index.php	Sat Apr 14 22:09:38 2012 +0000
     1.2 +++ b/en/sponsor/index.php	Sun Apr 15 13:32:37 2012 +0200
     1.3 @@ -152,6 +152,18 @@
     1.4  				at COSI for the support and fast response to any of our requests.
     1.5  			</td>
     1.6  		</tr>
     1.7 +		<tr>
     1.8 +			<td style="width: 120px; height: 100px;">
     1.9 +				<a href="http://webconverger.com"><img
    1.10 +				src="/images/sponsor/webconverger.png" alt="Webconverger Project"
    1.11 +				style="float: left;" /></a>
    1.12 +			</td>
    1.13 +			<td>
    1.14 +				The Webconverger project monetary sponsors the SliTaz project
    1.15 +				via a mouthly donation. Hugs the the the Webconverger team for
    1.16 +				the support.
    1.17 +			</td>
    1.18 +		</tr>
    1.19  	</tbody>
    1.20  </table>
    1.21  
     2.1 Binary file images/sponsor/webconverger.png has changed
     3.1 --- a/lib/get-feeds.php	Sat Apr 14 22:09:38 2012 +0000
     3.2 +++ b/lib/get-feeds.php	Sun Apr 15 13:32:37 2012 +0200
     3.3 @@ -54,8 +54,9 @@
     3.4  	$entries = 4;
     3.5  	// have the page displayed even if any xml file
     3.6  	if ( ! file_exists("$cache/$feed")) {
     3.7 -		echo "</p>\n<div>\n";
     3.8 +		echo "<div>\n";
     3.9  		echo "Missing feed: $cache/$feed\n";
    3.10 +		echo "</div>\n";
    3.11  	}
    3.12  	else {
    3.13  		$content = file_get_contents("$cache/$feed");