Forums
(@surajitphp)
16 years ago
Replace with this: foreach ( $links as $link ) {
if (!$link[‘cur’]) { $output .= ‘‘.$link[‘title’].’‘; $output .= ‘ ‘.$opt[‘sep’].’ ‘; } else { $output .= bold_or_not($link[‘title’]); } }