slitaz-forge diff people/index.php @ rev 319

graphs.php: avoid an undefined index
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 16 12:46:27 2012 +0200 (2012-07-16)
parents f4122c3e6d7b
children 0af8c6e40dcd
line diff
     1.1 --- a/people/index.php	Sat Apr 07 22:40:48 2012 +0200
     1.2 +++ b/people/index.php	Mon Jul 16 12:46:27 2012 +0200
     1.3 @@ -40,8 +40,8 @@
     1.4  <div id="header">
     1.5  	<div id="logo"></div>
     1.6  	<div id="network">
     1.7 -		<a href="http://www.slitaz.org/">
     1.8 -			<img src="images/home.png" alt="[ Home ]" /></a>
     1.9 +		<a href="http://www.slitaz.org/">Home
    1.10 +			<!-- <img src="images/home.png" alt="[ Home ]" />--></a>
    1.11  		<a href="http://scn.slitaz.org/">Community</a>
    1.12  		<a href="http://doc.slitaz.org/">Doc</a>
    1.13  		<a href="http://forum.slitaz.org/">Forum</a>