Searched refs:nofollow (Results 1 – 4 of 4) sorted by relevance
24 $this->nofollow = false;
40 protected $nofollow = true; variable in dokuwiki\\Menu\\Item\\AbstractItem236 return $this->nofollow;260 'nofollow' => $this->nofollow,
79 $nofollow = ($ID != $conf['start'] || $conf['sitemap']) ? 'rel="nofollow"' : '';87 ….= '<a href="' . $link . '" title="' . $item['id'] . '" class="idx_dir"' . $nofollow . '><strong>';
623 $rel = $nofollow ? 'rel="nofollow" ' : '';