gaim/www

Added myself to the contact info page.

2006-03-08, Bartosz Oler
5be39e106b04
Added myself to the contact info page.
<?php
require "themes.inc.php";
class Smilies extends Themes
{
function Smilies()
{
}
function get_theme_type_id()
{
return 0;
}
function get_description()
{
return "Smilies";
}
}
?>