Home
last modified time | relevance | path

Searched refs:tpl_getFavicon (Results 1 – 9 of 9) sorted by relevance

/template/apricot/
H A Dtpl_functions.php133 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 Dmediamanager.php55 … 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 Ddetail.php54 … 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 Dmain.php90 … 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 Dmediamanager.php55 … 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 Ddetail.php54 … 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 Dmain.php167 … 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 Dmain.php60 … 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 Dmain.php27 // <link rel="shortcut icon" href="<?php echo tpl_getFavicon() ?>" />