gaim/www

Make the commands look nice.

2006-02-21, Richard Laager
ab94a90505ee
Make the commands look nice.
<?php
require "themes.inc.php";
class Smilies extends Themes
{
function Smilies()
{
}
function get_theme_type_id()
{
return 0;
}
function get_description()
{
return "Smilies";
}
}
?>