gaim/www

News posting for beta 3. Feel free to editorize this if you think
it makes us all look insane.
<?php
require "themes.inc.php";
class Smilies extends Themes
{
function Smilies()
{
}
function get_theme_type_id()
{
return 0;
}
function get_description()
{
return "Smilies";
}
}
?>