slitaz-forge view pro/lib/html/header.html @ rev 320

pkgs: Updated search.sh to source /etc/slitaz/slitaz.conf to use its variables for some things. Added nice_url function and fixed it up to use GETPOST function. Also syntex_highlighter function should work now.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jul 16 18:48:52 2012 +0000 (2012-07-16)
parents 33d9fce37462
children 0af8c6e40dcd
line source
1 <!-- Header -->
2 <div id="header">
3 <div id="logo"></div>
4 <div id="network">
5 <a href="http://www.slitaz.org/">Home</a>
6 <a href="http://scn.slitaz.org/">Community</a>
7 <a href="http://doc.slitaz.org/">Doc</a>
8 <a href="http://forum.slitaz.org/">Forum</a>
9 <a href="http://slitaz.pro/">Pro</a>
10 <a href="http://shop.slitaz.org/">Shop</a>
11 <a href="http://bugs.slitaz.org">Bugs</a>
12 <a href="http://hg.slitaz.org/">Hg</a>
13 </div>
14 <h1><a href="http://slitaz.pro/">SliTaz Pro</a></h1>
15 </div>