gaim/www

(17:36:52) seph: without being an asshole, the faq2.php#q24 should read
"Show buddy details", not "Show buddy icons" - the text has been changed :)
<?php
require "themes.inc.php";
class Smilies extends Themes
{
function Smilies()
{
}
function get_theme_type_id()
{
return 0;
}
function get_description()
{
return "Smilies";
}
}
?>