Update inc/functions.php

url ads
This commit is contained in:
szalej 2013-01-16 11:34:31 +01:00 committed by Michael Foster
parent 220609999a
commit 5bf53cb581

View File

@ -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) {