gaim/www

Initial import into CVS
chipx86 start
2002-09-26, Christian Hammond
2b210e25fed4
Initial import into CVS
<?php
if ($layout == "halloween") {
include "html.inc.halloween.php";
}
else {
include "html.inc.normal.php";
}
?>