Lines Matching refs:closer
93 $closer = '';
98 list($opener,$closer) = $this->buildImagebox($match);
107 $renderer->doc.=$closer;
161 $closer = '<div class="thumbcaption">';
162 $closer .= '<div class="magnify">';
163 …$closer .= '<a class="internal" title="'.$this->getLang('enlarge').'" href="'.$match['magnifyLink'…
164 …$closer .= '<img width="15" height="11" alt="" src="'.DOKU_BASE.'lib/plugins/owncloud/images/magni…
165 $closer .= '</a></div>';
168 if($style=='Italic') $closer .= '<em>'.htmlspecialchars($match['title']).'</em>';
169 elseif($style=='Bold') $closer .= '<strong>'.htmlspecialchars($match['title']).'</strong>';
170 else $closer .= '<span>'.htmlspecialchars($match['title']).'</span>';
172 $closer .= '</div></div></div>';
173 return array($opener,$closer);