Advertisement
bhengh

for Paul J: sb_print_filters NEW code

Apr 19th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. } else {
  2. if ($filter_option == 'preacher') {
  3. $output .= '<strong>'.'Performed by'.'</strong>:&nbsp;*'.$filter_option.'*';
  4. } else {
  5. $output .= '<strong>'.ucwords($filter_option).'</strong>:&nbsp;*'.$filter_option.'*';
  6. }
  7. $output .= '&nbsp;(<a href="'.sb_url_minus_parameter($filter_option).'">x</a>)';
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement