aboutsummaryrefslogtreecommitdiffstats
path: root/template/standard/html/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/standard/html/main.php')
-rw-r--r--template/standard/html/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/standard/html/main.php b/template/standard/html/main.php
index c6cfa7d..ac9bf31 100644
--- a/template/standard/html/main.php
+++ b/template/standard/html/main.php
@@ -40,7 +40,7 @@ $BLOGMETA_DESC = escapeHTML($BLOGMETA['DESC']);
<?php endforeach; ?>
<?php endif; ?>
- <link rel="icon" href="<?=Application::getURL('favicon.ico')?>" />
+ <link rel="icon" href="<?=Application::getTemplateURL('rsrc/favicon.ico')?>" />
<link rel="stylesheet" href="<?=Application::getTemplateURL('rsrc/main.css')?>" />
<link rel="alternate" type="application/rss+xml" title="<?=$Language->text('feed_name_items', $BLOGMETA_NAME)?>" href="<?=Application::getURL('feed/')?>" />