// This file is part of the Project JJ PHP Chat distribution.
// Created and maintained by Tino Didriksen
// Licensed under the GPL. Read license.txt for more information.
$icons = array (
"None" => "",
"------Misc------" => "",
"Undecided/Unaffiliated" => "http://chat.projectjj.com/common/icon/nobody.gif",
);
?> |