Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dtemplate.php1725 function tpl_getMediaFile($search, $abs = false, &$imginfo = null, $fallback = true)
1826 $return .= '<link rel="shortcut icon" href="' . tpl_getMediaFile($look) . '" />' . NL;
1830 $return .= '<link rel="apple-touch-icon" href="' . tpl_getMediaFile($look) . '" />' . NL;
1835 $return .= '<link rel="icon" href="' . tpl_getMediaFile($look) . '" type="image/svg+xml" />' . NL;
1637 function tpl_getMediaFile($search, $abs = false, &$imginfo = null, $fallback = true) { global() function
/dokuwiki/lib/tpl/dokuwiki/
H A Dtpl_header.php24 $logo = tpl_getMediaFile([
/dokuwiki/
H A Dfeed.php