Home
last modified time | relevance | path

Searched refs:att (Results 26 – 27 of 27) sorted by relevance

12

/dokuwiki/inc/parser/
H A Dxhtml.php1744 $att = [];
1745 $att['class'] = "media$align";
1747 $att['title'] = $title;
1752 $ret .= $this->_video($src, $width, $height, $att);
1756 $ret .= $this->_audio($src, $att);
1769 $att = [];
1770 $att['class'] = "media$align";
1771 if ($align == 'right') $att['align'] = 'right';
1772 if ($align == 'left') $att['align'] = 'left';
1779 $att,
[all...]
/dokuwiki/inc/
H A Dtemplate.php1266 $att = buildAttributes($p);
1267 echo "<img $att />";

12