gaim/www

A wee bit o' xhtml 1.0 goodness.

2005-12-24, Mark Doliner
03f8aa3025b9
A wee bit o' xhtml 1.0 goodness.
<?php
require "themes.inc.php";
class Smilies extends Themes
{
function Smilies()
{
}
function get_theme_type_id()
{
return 0;
}
function get_description()
{
return "Smilies";
}
}
?>