Home
last modified time | relevance | path

Searched refs:nofollow (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Menu/Item/
DIndex.php24 $this->nofollow = false;
DAbstractItem.php40 protected $nofollow = true; variable in dokuwiki\\Menu\\Item\\AbstractItem
236 return $this->nofollow;
260 'nofollow' => $this->nofollow,
/dokuwiki/inc/Ui/
DIndex.php79 $nofollow = ($ID != $conf['start'] || $conf['sitemap']) ? 'rel="nofollow"' : '';
87 ….= '<a href="' . $link . '" title="' . $item['id'] . '" class="idx_dir"' . $nofollow . '><strong>';
/dokuwiki/inc/
Dtemplate.php623 $rel = $nofollow ? 'rel="nofollow" ' : '';