mirror of
https://github.com/nickian/mautic-whitelabeler.git
synced 2025-10-03 19:04:35 +08:00
Fix title on 2.16.1/2.16.2 templates
This commit is contained in:
parent
889c423caf
commit
3fa701d708
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title><?php echo $view['slots']->get('pageTitle', 'Mautic'); ?></title>
|
||||
<title><?php echo $view['slots']->get('pageTitle', '{{company_name}}'); ?></title>
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="<?php echo $view['assets']->getUrl('media/images/favicon.ico') ?>" />
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title><?php echo $view['slots']->get('pageTitle', 'Mautic'); ?></title>
|
||||
<title><?php echo $view['slots']->get('pageTitle', '{{company_name}}'); ?></title>
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="<?php echo $view['assets']->getUrl('media/images/favicon.ico') ?>" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue