diff options
author | Anika Henke <anika@selfthinker.org> | 2010-11-13 20:45:42 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2010-11-13 20:45:42 +0100 |
commit | 73956eefe6d3ee11ddfa41ec0d17a6e78fb249a6 (patch) | |
tree | 1add07afd96503e61b8320c75684df558bba9777 | |
parent | 944cc648af4cedf82c105b9c21195262c71ec978 (diff) | |
download | rpg-73956eefe6d3ee11ddfa41ec0d17a6e78fb249a6.tar.gz rpg-73956eefe6d3ee11ddfa41ec0d17a6e78fb249a6.tar.bz2 |
added comment about new favicon core function
-rw-r--r-- | main.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title> <?php tpl_metaheaders() ?> - <link rel="shortcut icon" href="<?php echo _tpl_getFavicon() ?>" /> + <link rel="shortcut icon" href="<?php echo _tpl_getFavicon() /* DW versions > 2010-11-12 can use the core function tpl_getFavicon() */ ?>" /> <?php @include(dirname(__FILE__).'/meta.html') /* include hook */ ?> </head> |