gaim/www

Seems I didn't commit this before or something... Adding Thomas and Evan to the contact list.
<?php
require "themes.inc.php";
class Smilies extends Themes
{
function Smilies()
{
}
function get_theme_type_id()
{
return 0;
}
function get_description()
{
return "Smilies";
}
}
?>