Home
last modified time | relevance | path

Searched refs:tpl_getMediaFile (Results 51 – 57 of 57) sorted by path

123

/template/twentyfifteen/
H A Dmain.php35 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize…
/template/typowiki/typowiki/
H A Dmain.php49 $logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png', ':wiki:dokuwiki-128.png'));
/template/wikimagination/
H A Ddetail.php33 src="<?php echo tpl_getMediaFile(array(':logo.png', 'media/logo.png')); ?>"
H A Dmain.php32 src="<?php echo tpl_getMediaFile(array(':logo.png', 'media/logo.png')); ?>"
/template/writr/
H A Dmain.php
/template/zenith/
H A Dtpl_header.php24 …$logo = tpl_getMediaFile(array(':wiki:logo.jpg', ':logo.jpg', 'images/logo.jpg'), false, $logoSize…
/template/zenlike/
H A Dtpl_functions.php148 function tpl_getMediaFile($search, $abs = false, &$imginfo = null) { function
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;

123