From a225019f6f1495bda1277d5af2c414dd6fdf0918 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 3 Jul 2023 10:19:05 +0200 Subject: [PATCH] Add the Google "notranslate" meta to all layouts (#1360) --- application/views/layouts/account_layout.php | 3 ++- application/views/layouts/backend_layout.php | 1 + application/views/layouts/booking_layout.php | 1 + application/views/layouts/message_layout.php | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/application/views/layouts/account_layout.php b/application/views/layouts/account_layout.php index 46eca525..38ea729f 100644 --- a/application/views/layouts/account_layout.php +++ b/application/views/layouts/account_layout.php @@ -5,7 +5,8 @@ - + + <?= vars('page_title') ?? lang('account') ?> | Easy!Appointments diff --git a/application/views/layouts/backend_layout.php b/application/views/layouts/backend_layout.php index d6932e56..4b69ee2f 100644 --- a/application/views/layouts/backend_layout.php +++ b/application/views/layouts/backend_layout.php @@ -5,6 +5,7 @@ + diff --git a/application/views/layouts/booking_layout.php b/application/views/layouts/booking_layout.php index bc16348f..fc19f653 100644 --- a/application/views/layouts/booking_layout.php +++ b/application/views/layouts/booking_layout.php @@ -5,6 +5,7 @@ + diff --git a/application/views/layouts/message_layout.php b/application/views/layouts/message_layout.php index d0940e70..899bf111 100644 --- a/application/views/layouts/message_layout.php +++ b/application/views/layouts/message_layout.php @@ -5,6 +5,7 @@ +