website diff lib/html/header.html @ rev 931

fr moved get page to PHP and add download icon
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 21:31:25 2012 +0100 (2012-03-12)
parents 0ea7bfa5f9c0
children 437b853154e1
line diff
     1.1 --- a/lib/html/header.html	Thu Mar 08 02:45:39 2012 +0100
     1.2 +++ b/lib/html/header.html	Mon Mar 12 21:31:25 2012 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<!-- Header -->
     1.5 +<div id="header">
     1.6 +	<div id="logo"></div>
     1.7 +	<div id="network">
     1.8 +		<a href="/netmap.php">
     1.9 +			<img src="/images/network.png" alt="network.png" /></a>
    1.10 +		<a href="http://scn.slitaz.org/">Community</a>
    1.11 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.12 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.13 +		<a href="http://bugs.slitaz.org">Bugs</a>
    1.14 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.15 +	</div>
    1.16 +	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.17 +</div>