Lines Matching defs:img
1245 echo '<img ' . $p . '/>';
1268 echo "<img $att />";
1616 * @param string $img print image? (|button|badge)
1624 function tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true)
1636 if ($img) {
1637 $src = license_img($img);
1640 $out .= '><img src="' . DOKU_BASE . $src . '" alt="' . $lic['name'] . '" /></a>';
1728 $img = '';
1732 foreach ($search as $img) {
1733 if (str_starts_with($img, ':')) {
1734 $file = mediaFN($img);
1737 $file = tpl_incdir() . $img;
1762 $url = ml($img, '', true, '', $abs);
1764 $url = tpl_basedir() . $img;