Browse Source

Update inc/functions.php

url ads
pull/40/head
szalej 11 years ago
committed by Michael Foster
parent
commit
5bf53cb581
  1. 2
      inc/functions.php

2
inc/functions.php

@ -1385,7 +1385,7 @@ function markup_url($matches) {
$markup_urls[] = $url;
return '<a target="_blank" rel="nofollow" href="http://www.nullrefer.com/?' . $url . '">' . $url . '</a>' . $after;
return '<a target="_blank" rel="nofollow" href="'. $config['url_ads'] . $url . '">' . $url . '</a>' . $after;
}
function unicodify($body) {

Loading…
Cancel
Save