slitaz-forge view people/profile.php @ rev 42

people: improve main page and add profile.php info
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 30 22:33:58 2011 +0200 (2011-03-30)
parents
children 92ca357624a0
line source
1 <?php
3 // Your custom SliTaz profile at http://people.slitaz.org/. This file must
4 // be located at ~/Public/profile.php. You must at least provide your real
5 // name and you can use the $wall variable for a personnal message.
7 $name = "Real Name";
8 $location = "";
9 $scn_user = "";
10 $skills = "";
11 $wall = "";
13 ?>