// Fixed meta title
This commit is contained in:
@@ -102,13 +102,6 @@ $( document ).ready(function() {
|
||||
} else if($('body').hasClass('page-topbar')) {
|
||||
navTopbar();
|
||||
}
|
||||
|
||||
$('#header_shopname').on('click',
|
||||
function(e){
|
||||
e.preventDefault();
|
||||
navSwitch();
|
||||
}
|
||||
);
|
||||
|
||||
//tooltip
|
||||
$('.label-tooltip').tooltip();
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="robots" content="NOFOLLOW, NOINDEX">
|
||||
<title>{$meta_title} - PrestaShop™</title>
|
||||
<title>{$shop_name} {if $meta_title != ''}- {$meta_title}{/if} - PrestaShop™</title>
|
||||
{if $display_header}
|
||||
<script type="text/javascript">
|
||||
var help_class_name = '{$controller_name}';
|
||||
|
||||
Reference in New Issue
Block a user