gaim/www

Note the Jabber port for the next Norton user who has this problem.
<?php
require "themes.inc.php";
class Smilies extends Themes
{
function Smilies()
{
}
function get_theme_type_id()
{
return 0;
}
function get_description()
{
return "Smilies";
}
}
?>