Home
last modified time | relevance | path

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

/template/mnml-blog/user/
H A Dboxes.php.dist50 …"] = '<a href="'.DOKU_URL.'feed.php?mode=blogtng&amp;blog=default" rel="nofollow">Subscribe to pos…
91 …i><a href=\"".wl(cleanID(getId()), array("do" => "backlink"))."\" rel=\"nofollow\">".hsc($lang["mn…
121 …cleanID(getId()), array("do" => "draft", "rev" => (int)$rev))."\" rel=\"nofollow\">".hsc($lang["bt…
124 …(cleanID(getId()), array("do" => "edit", "rev" => (int)$rev))."\" rel=\"nofollow\">".hsc($lang["bt…
130 …(cleanID(getId()), array("do" => "edit", "rev" => (int)$rev))."\" rel=\"nofollow\">".hsc($lang["bt…
133 …tml"] .= " <li><a href=\"".wl("", array("do" => "media"))."\" rel=\"nofollow\">".hsc($lang["bt…
134 …><a href=\"".wl(cleanID(getId()), array("do" => "revisions"))."\" rel=\"nofollow\">".hsc($lang["bt…
135 …li><a href=\"".wl(cleanID(getId()), array("rev" =>(int)$rev))."\" rel=\"nofollow\">".hsc($lang["mn…
139 … <li><a href=\"".wl(cleanID(getId()), array("do" => "admin"))."\" rel=\"nofollow\">".hsc($lang["bt…
140 …leanID(getId()), array("do" => "admin", "page" => "blogtng"))."\" rel=\"nofollow\">".hsc($lang["bt…
[all …]
/template/vector/user/
H A Dtabs.php.dist103 $_vector_tabs_right["ca-recent"]["nofollow"] = true;
112 $_vector_tabs_right["tab-urlexample"]["nofollow"] = true;
117 //link with rel="nofollow", see http://www.wikipedia.org/wiki/Nofollow for info
120 $_vector_tabs_right["tab-urlexample2"]["nofollow"] = true;
139 $_vector_tabs_left["ca-export-odt"]["nofollow"] = true;
154 $_vector_tabs_left["ca-export-pdf"]["nofollow"] = true;
H A Dboxes.php.dist50 …i><a href=\"".wl(cleanID(getId()), array("do" => "backlink"))."\" rel=\"nofollow\">".hsc($lang["ve…
52 …"".wl(cleanID(getId()), array("rev" => 0, "vecdo" => "cite"))."\" rel=\"nofollow\">Cite newest ver…
59 …om/dokuwiki-template-vector/\" title=\"Donate\" target=\"_blank\" rel=\"nofollow\"><img src=\"".DO…
H A Dbuttons.php.dist48 $_vector_btns["valid_css"]["nofollow"] = true;
60 $_vector_btns["example1"]["nofollow"] = false;
/template/bootstrap3/compat/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
136 if($this->isNofollow()) $attr['rel'] = 'nofollow';
227 return $this->nofollow;
249 'nofollow' => $this->nofollow,
H A DIndex.php23 $this->nofollow = false;
/template/monobook/user/
H A Dtabs.php.dist57 $_monobook_tabs["tab-recent"]["nofollow"] = true;
82 $_monobook_tabs["tab-urlexample"]["nofollow"] = true;
87 //link with rel="nofollow", see http://www.wikipedia.org/wiki/Nofollow for info
90 $_monobook_tabs["tab-urlexample2"]["nofollow"] = true;
H A Dboxes.php.dist50 …i><a href=\"".wl(cleanID(getId()), array("do" => "backlink"))."\" rel=\"nofollow\">".hsc($lang["mo…
52 …\"".wl(cleanID(getId()), array("rev" => 0, "mddo" => "cite"))."\" rel=\"nofollow\">Cite newest ver…
59 …/dokuwiki-template-monobook/\" title=\"Donate\" target=\"_blank\" rel=\"nofollow\"><img src=\"".DO…
H A Dbuttons.php.dist48 $_monobook_btns["valid_css"]["nofollow"] = true;
60 $_monobook_btns["example1"]["nofollow"] = false;
/template/kajukkk/
H A Dtpl_functions.php44 $rel = $nofollow ? 'rel="nofollow" ' : '';
98 $rel = $nofollow ? 'rel="nofollow" ' : '';
/template/bootie/
H A Dtpl_template_NicoBoot.php242 $rel = $nofollow ? 'rel="nofollow" ' : '';
/template/strap/class/
H A DTplUtility.php889 $rel = $nofollow ? 'rel="nofollow" ' : '';