gaim/www

A wee bit more xhtml 1.0 validation

2005-12-24, Mark Doliner
91974d3625e3
A wee bit more xhtml 1.0 validation
<?php
require "themes.inc.php";
class Smilies extends Themes
{
function Smilies()
{
}
function get_theme_type_id()
{
return 0;
}
function get_description()
{
return "Smilies";
}
}
?>