website diff en/index.php @ rev 1287

index/Latest Release/rolling: mirror link
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Apr 08 19:06:35 2016 +0200 (2016-04-08)
parents 0dedd51426ac
children d5b3b2823b74
line diff
     1.1 --- a/en/index.php	Wed Mar 30 01:56:21 2016 +0300
     1.2 +++ b/en/index.php	Fri Apr 08 19:06:35 2016 +0200
     1.3 @@ -51,7 +51,8 @@
     1.4  <h2>Latest Release</h2>
     1.5  
     1.6  <ul>
     1.7 -	<li><strong>SliTaz Rolling release</strong> (weekly) <span>- <?php
     1.8 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz Rolling release</a></strong> (weekly)
     1.9 +		<span>- <?php
    1.10  		$rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    1.11  		if (file_exists("$rol_date_file")) {
    1.12  			$rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");