Lines Matching refs:title
60 function s5reloaded_init($title){ argument
75 <title>'.hsc($title).'</title>
155 <h1>'.$title.'</h1>
252 function _media ($src, $title=NULL, $align=NULL, $width=NULL, argument
260 if (!is_null($title)) {
261 $title = $this->_xmlEntities($title);
268 $title = $this->_xmlEntities($cap);
274 if (!$title) {
276 $title = $this->_xmlEntities(basename(noNS($src)));
278 return $title;
288 if ($title) {
289 $ret .= ' title="' . $title . '"';
290 $ret .= ' alt="' . $title .'"';
307 if (!$title) {
309 $title = basename(noNS($src));
311 return $this->_xmlEntities($title);
322 $this->_xmlEntities($title));
323 }elseif($title){
325 $ret .= $this->_xmlEntities($title);