![]() |
|
The following is a list of moods, each followed by the messages the moods generate.
"; for ($i=0;$i<=$glob_length;$i++) { if ($j==round($col_length)) { echo " | ";
$j=1;
}
if ($mood_array[$i][0] != "#" &&
$mood_array[$i][0] != "$" &&
$mood_array[$i][0] != "" &&
stristr($mood_array[$i],"NULL") == FALSE) {
$out_str=ereg_replace("\.mood","",$mood_array[$i]);
echo "$out_str \n"; $j++; } } echo " |