root/ip/trunk/shoutbox_view.php
| 119 | 155 | ||
|---|---|---|---|
95 | $shout = (preg_match("/<a/", $shout)) ? str_replace("\">" , "\" target=\"_top\">", $shout) : $shout; | 95 | $shout = (preg_match("/<a/", $shout)) ? str_replace("\">" , "\" target=\"_top\">", $shout) : $shout; |
96 | 96 | ||
97 | $shout = $bbcode->acronym_pass($shout); | 97 | $shout = $bbcode->acronym_pass($shout); |
98 | $shout = autolink_text($shout, '999999'); | 98 | $shout = $bbcode->autolink_text($shout, '999999'); |
99 | 99 | ||
100 | $template->assign_block_vars('shoutrow', array( | 100 | $template->assign_block_vars('shoutrow', array( |
101 | 'ROW_CLASS' => $row_class, | 101 | 'ROW_CLASS' => $row_class, |
Download diff