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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Wed Apr 06 18:01:24 2011 +0100 (2011-04-06)
parents 0e91bc735875
children
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 personal message.
7 $name = "Real Name";
8 $location = "";
9 $scn_user = "";
10 $skills = "";
11 $wall = "";
13 ?>