Skip to content
Snippets Groups Projects
Commit e5706166 authored by steven-danz's avatar steven-danz
Browse files

favicon to tpl

Move the favicon.ico file from the DOKU_BASE to DOKU_TPL to make it easier
for new templates to replace the image

darcs-hash:20051207024650-4c315-867302015ab832e05e49316aef87fc823a29f79c.gz
parent 5fb14d63
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
<?php tpl_metaheaders()?>
<link rel="shortcut icon" href="<?php echo DOKU_BASE?>lib/images/favicon.ico" />
<link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
</head>
<body>
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -22,7 +22,7 @@
<?php tpl_metaheaders()?>
<link rel="shortcut icon" href="<?php echo DOKU_BASE?>lib/images/favicon.ico" />
<link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
<?php /*old includehook*/ @include(dirname(__FILE__).'/meta.html')?>
</head>
......
......@@ -20,7 +20,7 @@
<?php tpl_metaheaders()?>
<link rel="shortcut icon" href="<?php echo DOKU_BASE?>lib/images/favicon.ico" />
<link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
</head>
......
......@@ -21,7 +21,7 @@
<?php tpl_metaheaders()?>
<link rel="shortcut icon" href="<?php echo DOKU_BASE?>images/favicon.ico" />
<link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
</head>
<body>
......
......@@ -21,7 +21,7 @@
<?php tpl_metaheaders()?>
<link rel="shortcut icon" href="<?php echo DOKU_BASE?>images/favicon.ico" />
<link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
</head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment