gaim/www

First-iteration news for beta2. Don't cvs up the website until tomorrow
afternoon, once we are able to post some Windows and Fedora builds
<?php
require "themes.inc.php";
class Smilies extends Themes
{
function Smilies()
{
}
function get_theme_type_id()
{
return 0;
}
function get_description()
{
return "Smilies";
}
}
?>