Lines Matching refs:link
59 $link['rel']='nofollow';
80 $link['target'] = $conf['target']['wiki'];
81 $link['style'] = '';
82 $link['pre'] = '';
83 $link['suf'] = '';
86 $link['pre'] = '<span class="curid">';
87 $link['suf'] = '</span>';
89 $link['more'] = '';
90 $link['class'] = $class;
91 $link['url'] = wl($id, $params);
92 $link['name'] = $name;
93 $link['title'] = $id;
97 ($conf['userewrite']) ? $link['url'].='?' : $link['url'].='&';
100 $link['url'] .= 's[]='.join('&s[]=',$search);
102 $link['url'] .= 's='.rawurlencode($search);
107 if($hash) $link['url'].='#'.$hash;
111 return $this->_formatLink($link);
113 $this->doc .= $this->_formatLink($link);