Home
last modified time | relevance | path

Searched +full:relnofollow -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Extension/
H A DPluginTrait.php262 if ($conf['relnofollow']) $more .= ' rel="nofollow"';
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php167 if ($linktype == 'extern' && $conf['relnofollow']) {
334 if ($conf['relnofollow']) {
/dokuwiki/conf/
H A Ddokuwiki.php74 $conf['relnofollow'] = 1; //use rel="ugc nofollow" for external links?
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php184 $meta['relnofollow'] = ['onoff'];
/dokuwiki/inc/parser/
H A Dxhtml.php1009 if ($conf['relnofollow']) $link['rel'] .= ' ugc nofollow';