added same meta info from main to detail and mediamanager; fixed mediamanager link for older DW versions
This commit is contained in:
parent
77a8b9e10b
commit
94d4f70f67
3 changed files with 13 additions and 4 deletions
2
main.php
2
main.php
|
|
@ -19,7 +19,7 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER
|
|||
<title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
|
||||
<?php tpl_metaheaders() ?>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<?php echo _tpl_favicon(array('favicon', 'mobile')) /* DW versions > 2011-07-31 can use the core function tpl_favicon() */ ?>
|
||||
<?php echo tpl_favicon(array('favicon', 'mobile')) ?>
|
||||
<?php _tpl_include('meta.html') ?>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue