Searched refs:tpl_getFavicon (Results 1 – 9 of 9) sorted by relevance
/template/apricot/ |
H A D | tpl_functions.php | 133 function tpl_getFavicon($abs=false, $fileName='favicon.ico'){ function 152 $return .= '<link rel="shortcut icon" href="'.tpl_getFavicon().'" />'.NL; 155 …$return .= '<link rel="apple-touch-icon" href="'.tpl_getFavicon(false, 'apple-touch-icon.png').'" … 159 …$return .= '<link rel="icon" href="'.tpl_getFavicon(false, 'icon.svg').'" type="image/svg+xml" />'…
|
/template/prsnl10/ |
H A D | mediamanager.php | 55 … rel=\"shortcut icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon() : DOKU_TPL."… 64 …l=\"apple-touch-icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon(false, "apple-…
|
H A D | detail.php | 54 … rel=\"shortcut icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon() : DOKU_TPL."… 63 …l=\"apple-touch-icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon(false, "apple-…
|
H A D | main.php | 90 … rel=\"shortcut icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon() : DOKU_TPL."… 99 …l=\"apple-touch-icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon(false, "apple-…
|
/template/mnml-blog/ |
H A D | mediamanager.php | 55 … rel=\"shortcut icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon() : DOKU_TPL."… 64 …l=\"apple-touch-icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon(false, "apple-…
|
H A D | detail.php | 54 … rel=\"shortcut icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon() : DOKU_TPL."… 63 …l=\"apple-touch-icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon(false, "apple-…
|
H A D | main.php | 167 … rel=\"shortcut icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon() : DOKU_TPL."… 176 …l=\"apple-touch-icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon(false, "apple-…
|
/template/scanlines/ |
H A D | main.php | 60 … rel=\"shortcut icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon() : DOKU_TPL."… 69 …l=\"apple-touch-icon\" href=\"".(function_exists("tpl_getFavicon") ? tpl_getFavicon(false, "apple-…
|
/template/lcars/ |
H A D | main.php | 27 // <link rel="shortcut icon" href="<?php echo tpl_getFavicon() ?>" />
|