CyTube/www/assets
calzoneman ebe48798fe Implement user profiles
Existing installations will have to apply the following SQL:
```sql
ALTER TABLE `registrations` ADD `profile_image` VARCHAR( 255 ) NOT NULL ,
ADD `profile_text` TEXT NOT NULL
```
2013-05-12 20:41:02 -04:00
..
css Begin working on profiles 2013-05-12 16:15:39 -04:00
img Push to github 2013-02-15 23:02:42 -06:00
js Implement user profiles 2013-05-12 20:41:02 -04:00