<?php //Display shouts foreach ($shouts as $item){ $row_color = ($row_count % 2) ? $row_color1 : $row_color2; $thisnamecolor = $namecolor; $thisnamecolor = colornames($poster,$thisnamecolor); $thisshout = "$poster:$message"; $newmessage=profanityfilter(shoutcode(smilies(killhtml($message)))); $thisshout = "<div title="Posted $date @ $time">".$thisshout."</div>n"; if($row_coloring==on){ $thisshout = "<tr bgcolor='$row_color'><td>".$thisshout."</td></tr>"; } else { $thisshout = "<tr><td>".$thisshout."</td></tr>"; } $row_count++; } ?>
uzywaj odpowiedniego bbcode, dr_bonzo