slitaz-forge view tank/files/usr/share/tank/Public/profile.php @ rev 54

Some rename and fixes to tank
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 08 19:08:47 2011 +0200 (2011-04-08)
parents tank/profile.php@92ca357624a0
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 ?>