Home
last modified time | relevance | path

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

/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php39 /** @var bool when true, a rel=nofollow should be used */
40 protected $nofollow = true; variable in dokuwiki\\Menu\\Item\\AbstractItem
138 if ($this->isNofollow()) $attr['rel'] = 'nofollow';
236 return $this->nofollow;
260 'nofollow' => $this->nofollow,
H A DIndex.php24 $this->nofollow = false;
/dokuwiki/inc/Ui/
H A DIndex.php79 $nofollow = ($ID != $conf['start'] || $conf['sitemap']) ? 'rel="nofollow"' : '';
87 $html .= '<a href="' . $link . '" title="' . $item['id'] . '" class="idx_dir"' . $nofollow . '><strong>';
/dokuwiki/inc/
H A Dtemplate.php344 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,nofollow'];
357 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,nofollow'];
602 * @var bool $nofollow
622 $rel = $nofollow ? 'rel="nofollow" ' : '';
673 'nofollow' => true,