Lines Matching refs:img
1246 echo '<img ' . $p . '/>';
1269 echo "<img $att />";
1617 * @param string $img print image? (|button|badge)
1625 function tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true)
1637 if ($img) {
1638 $src = license_img($img);
1641 $out .= '><img src="' . DOKU_BASE . $src . '" alt="' . $lic['name'] . '" /></a>';
1729 $img = '';
1733 foreach ($search as $img) {
1734 if (str_starts_with($img, ':')) {
1735 $file = mediaFN($img);
1738 $file = tpl_incdir() . $img;
1763 $url = ml($img, '', true, '', $abs);
1765 $url = tpl_basedir() . $img;