website rev 1130

removed few lines of code in config.php that was preventing SliTaz cooking image to be downloaded
author Adnan Sinanovic <sinanovicha@gmail.com>
date Sun Oct 14 08:50:07 2012 +0000 (2012-10-14)
parents 90719a3d9145
children 344ad55a063c
files bs/sponsor/index.php config.php
line diff
     1.1 --- a/bs/sponsor/index.php	Sun Oct 14 05:32:10 2012 +0000
     1.2 +++ b/bs/sponsor/index.php	Sun Oct 14 08:50:07 2012 +0000
     1.3 @@ -3,7 +3,7 @@
     1.4  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.5  <head>
     1.6  	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
     1.7 -	<title>SliTaz - Sponzor</title>
     1.8 +	<title>SliTaz - Sponsorship</title>
     1.9  	<meta name="description" content="SliTaz GNU/Linux asso sponsor" />
    1.10  	<meta name="keywords" lang="en" content="slitaz pro, slitaz sponsor, support" />
    1.11  	<meta name="author" content="Christophe Lincoln"/>
    1.12 @@ -11,17 +11,18 @@
    1.13  </head>
    1.14  <body>
    1.15  
    1.16 -<?php include("../../lib/html/header.html"); ?>
    1.17 +<?php include("../../lib/html/header.bs.html"); ?>
    1.18  
    1.19  <!-- Block -->
    1.20  <div id="block">
    1.21 -	<?php include("../../lib/html/nav.en.html"); ?>
    1.22 +	<?php include("../../lib/html/nav.bs.html"); ?>
    1.23  	<!-- Information/image -->
    1.24  	<div id="block_info">
    1.25  		<h4>Sponsorship</h4>
    1.26  		<p>
    1.27 -			SliTaz is a non-profit based project and we are always looking for
    1.28 -			new ways to monetary support the project and provide new hardware.
    1.29 +			SliTaz je neprofitni temelj projekat i mi smo uvijek u 
    1.30 +			potrazi za novim načinima za monetarne potpore projektima i 
    1.31 +			dodati novi hardver.
    1.32  		</p>
    1.33  		<p>Help the project via a small donation:</p>
    1.34  		<?php include("../../lib/html/donate.html"); ?>
     2.1 --- a/config.php	Sun Oct 14 05:32:10 2012 +0000
     2.2 +++ b/config.php	Sun Oct 14 08:50:07 2012 +0000
     2.3 @@ -22,11 +22,6 @@
     2.4  //$cooking_pkgs = "3 Gb";
     2.5  //$cooking_iso  = "$mirror/cooking/slitaz-$cooking_ver.iso";
     2.6  
     2.7 -// ANY variable above MUST exist !
     2.8 -$cooking = '';
     2.9 -$cooking_ver = '';
    2.10 -$cooking_size = '';
    2.11 -$cooking_pkgs = '';
    2.12 -$cooking_iso = '';
    2.13 +
    2.14  
    2.15  ?>