Home
last modified time | relevance | path

Searched refs:imginfo (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A Dtemplate.php1698 * @param array &$imginfo filled with getimagesize()
1705 function tpl_getMediaFile($search, $abs = false, &$imginfo = null, $fallback = true)
1735 if (!is_null($imginfo)) {
1736 $imginfo = getimagesize($file);
1637 tpl_getMediaFile($search, $abs = false, & $imginfo = null, $fallback = true) global() argument