Lines Matching refs:link
85 $link['target'] = $conf['target']['wiki'];
86 $link['style'] = '';
87 $link['pre'] = '';
88 $link['suf'] = '';
91 $link['pre'] = '<span class="curid">';
92 $link['suf'] = '</span>';
94 $link['more'] = '';
95 $link['class'] = $class;
96 $link['url'] = $ref.str_replace(':','/',$id).'.html';
97 $link['name'] = $name;
98 $link['title'] = $id;
101 if($hash) $link['url'].='#'.$hash;
104 $this->doc .= $this->_formatLink($link);
203 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
204 $link['url'] = $lsrc;
214 $link['class'] .= ' mediafile mf_'.$class;
217 if($hash) $link['url'] .= '#'.$hash;
221 $link['class'] .= ' wikilink2';
224 if ($linking === 'nolink' || $noLink) $this->doc .= $link['name'];
225 else $this->doc .= $this->_formatLink($link);