Home
last modified time | relevance | path

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

123

/template/20cones/
H A Dtpl_header.php24 $logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize);
/template/ach/
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;
/template/ad-hominem/
H A Dmy_template.php558 $logo = tpl_getMediaFile(array(':logo.svg', ':wiki:logo.svg', ':logo.png', ':wiki:logo.png', 'images/sitelogo.svg'), false, $logoSize);
588 $link = tpl_getMediaFile(array(':favicon.ico', ':favicon.png', ':favicon.svg', ':wiki:favicon.ico', ':wiki:favicon.png', ':wiki:favicon.svg'), false, $logoSize);
593 $link = tpl_getMediaFile(array(':apple-touch-icon.png', ':wiki:apple-touch-icon.png', 'images/apple-touch-icon.png'), false, $logoSize);
/template/adoradark/
H A Dtpl_header.php23 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize…
/template/aran/
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;
/template/arctictut/
H A Dmain.php38 …<?php $favicon = tpl_getMediaFile(array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico')…
52 …$logo = tpl_getMediaFile(array(':wiki:'.tpl_getConf('logoname'), ':'.tpl_getConf('logoname'), 'ima…
/template/argon/
H A Dmain.php65 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png', ':wiki:dokuwiki-1…
/template/binkytestinstance/
H A Dtpl_header.php23 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize…
/template/bootie/
H A Ddetail.php40 <link href="<?php echo tpl_getMediaFile(array("css/customBootstrap.css")); ?>" rel="stylesheet">
/template/bootstrap3/
H A DTemplate.php375 $logo = tpl_getMediaFile(["$user_url.png", "$user_url.jpg", 'images/avatar.png'], false, $logo_size);
/template/bootstrap3/tpl/
H A Dfooter.php19 $wiki_logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logo_size);
H A Dmenu-user.php23 $avatar_img = tpl_getMediaFile(array('images/avatar.png'));
H A Dnavbar.php38 $logo = tpl_getMediaFile([':wiki:logo.png', ':logo.png', 'images/logo.png'], false, $logo_size);
/template/bulma/
H A Dmain.php41 $logo = tpl_getMediaFile(array('images/logo.svg'), true);
/template/byu_2017_theme/
H A Dtpl_header.php23 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize…
/template/codowik/
H A Dmain.php182 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/codo_logo_s.png'), false, $l…
H A Dtpl_header.php23 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize…
/template/congrid/
H A Dtpl_functions.php212 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $log…
H A Dtpl_header.php25 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize…
/template/daily/
H A Dtpl_header.php17 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize…
/template/darkblue/
H A Dtpl_header.php23 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize…
/template/dokubootstrapsimplified/
H A Dmain.php32 …<link href="<?php echo tpl_getMediaFile(array("css/bootstrap-".tpl_getConf('bootswatch').".min.css…
33 <link href="<?php echo tpl_getMediaFile(array("css/modifications.css")); ?>" rel="stylesheet">
34 <script src="<?php echo tpl_getMediaFile(array("js/bootstrap.min.js")); ?>"></script>
35 <script src="<?php echo tpl_getMediaFile(array("js/modifications.js")); ?>"></script>
/template/dokufreech/
H A Dtpl_header.php23 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize…
/template/dokutwitterbootstrap/
H A Dmain.php26 <link href="<?php echo tpl_getMediaFile(array("css/modifications.css")); ?>" rel="stylesheet">
27 …<link href="<?php echo tpl_getMediaFile(array("css/dokuwikicompatibility.css")); ?>" rel="styleshe…
28 <link href="<?php echo tpl_getMediaFile(array("css/bootstrap.min.css")); ?>" rel="stylesheet">
29 …<link href="<?php echo tpl_getMediaFile(array("css/bootstrap-theme.min.css")); ?>" rel="stylesheet…
162 <script src="<?php echo tpl_getMediaFile(array("js/bootstrap.min.js")); ?>"></script>
163 … <script src="<?php echo tpl_getMediaFile(array("js/change_dokuwiki_structure.js")); ?>"></script>
166 <script src="<?php echo tpl_getMediaFile(array("js/restore_dokuwikis_jquery.js")); ?>"></script>
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