Update layout.user.php
This commit is contained in:
parent
ec6779ced4
commit
4ca74a5157
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="<?php
|
||||
p(!empty($_['application'])?$_['application'].' - ':'');
|
||||
p(!empty($_['application'])?$_['application'].' ':'');
|
||||
p($theme->getTitle());?>">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" />
|
||||
|
|
Loading…
Reference in a new issue