Skip to content

Commit

Permalink
Add the Google "notranslate" meta to all layouts (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jul 3, 2023
1 parent 9828cd2 commit a225019
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/views/layouts/account_layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="theme-color" content="#35A768">

<meta name="google" content="notranslate">

<?php slot('meta') ?>

<title><?= vars('page_title') ?? lang('account') ?> | Easy!Appointments</title>
Expand Down
1 change: 1 addition & 0 deletions application/views/layouts/backend_layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="theme-color" content="#35A768">
<meta name="google" content="notranslate">

<?php slot('meta') ?>

Expand Down
1 change: 1 addition & 0 deletions application/views/layouts/booking_layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="theme-color" content="#35A768">
<meta name="google" content="notranslate">

<?php slot('meta') ?>

Expand Down
1 change: 1 addition & 0 deletions application/views/layouts/message_layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="theme-color" content="#35A768">
<meta name="google" content="notranslate">

<?php slot('meta') ?>

Expand Down

0 comments on commit a225019

Please sign in to comment.