added comment about new favicon core function
This commit is contained in:
parent
944cc648af
commit
73956eefe6
1 changed files with 1 additions and 1 deletions
2
main.php
2
main.php
|
|
@ -18,7 +18,7 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
|
<title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
|
||||||
<?php tpl_metaheaders() ?>
|
<?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 */ ?>
|
<?php @include(dirname(__FILE__).'/meta.html') /* include hook */ ?>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue