website diff en/mailing-list.php @ rev 1272

Improve support page, update last page in en/* and fr/*
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 24 17:18:18 2015 +0200 (2015-08-24)
parents 9ed0bfb74392
children 0dedd51426ac
line diff
     1.1 --- a/en/mailing-list.php	Thu Apr 23 23:53:42 2015 +0300
     1.2 +++ b/en/mailing-list.php	Mon Aug 24 17:18:18 2015 +0200
     1.3 @@ -10,34 +10,22 @@
     1.4  </head>
     1.5  <body>
     1.6  
     1.7 -<?php include("../lib/html/header.html"); ?>
     1.8 -
     1.9 -<!-- Block -->
    1.10 -<div id="block">
    1.11 -	<?php include("../lib/html/nav.en.html"); ?>
    1.12 -	<!-- Information/image -->
    1.13 -	<div id="block_info">
    1.14 -		<h4>Mailing list</h4>
    1.15 -		<p>
    1.16 -			SliTaz contributors discussions and announcements (inc.
    1.17 -			support and development). All this is part of the mailing
    1.18 -			list - Join now to get help or involved in the project.
    1.19 -		</p>
    1.20 -		<p>
    1.21 -			<img src="/images/users.png" alt="[ ]" />
    1.22 -			Also you can <a href="http://scn.slitaz.org/">join us on SCN</a>
    1.23 -			and the <a href="http://forum.slitaz.org/">forum</a>.
    1.24 -		</p>
    1.25 -		
    1.26 -	</div>
    1.27 -</div>
    1.28 -
    1.29 -<?php include("../lib/lang.php"); ?>
    1.30 +<?php 
    1.31 +include("../lib/html/header.html");
    1.32 +include("../lib/html/nav.html"); 
    1.33 +include("../lib/lang.php");
    1.34 +?>
    1.35  
    1.36  <!-- Content -->
    1.37  <div id="content">
    1.38  
    1.39 -<h2>SliTaz list</h2>
    1.40 +<h2>SliTaz Mailing list</h2>
    1.41 +
    1.42 +<p>
    1.43 +	Users support, general information, SliTaz contributors discussions and
    1.44 +	announcements (inc. support and development). All this is part of the
    1.45 +	mailing list - Join now to get help or involved in the project.
    1.46 +</p>
    1.47  
    1.48  <ul>
    1.49  	<li><a href="#about">About the list</a> - Support and development.</li>