From a95df871b9a6849ca687aa20b7fedaca73e39ca7 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 13 Dec 2021 07:41:02 +0100 Subject: [PATCH] Load the app and the layout JS files --- application/views/layouts/account_layout.php | 4 ++++ application/views/layouts/backend_layout.php | 4 ++++ application/views/layouts/booking_layout.php | 8 ++++++-- application/views/layouts/message_layout.php | 3 +++ application/views/pages/booking_page.php | 7 +++++++ 5 files changed, 24 insertions(+), 2 deletions(-) diff --git a/application/views/layouts/account_layout.php b/application/views/layouts/account_layout.php index b0197c6e..2fe9b54a 100644 --- a/application/views/layouts/account_layout.php +++ b/application/views/layouts/account_layout.php @@ -50,6 +50,10 @@ + + + + + + + + diff --git a/application/views/layouts/booking_layout.php b/application/views/layouts/booking_layout.php index 92176456..ef0c03d0 100644 --- a/application/views/layouts/booking_layout.php +++ b/application/views/layouts/booking_layout.php @@ -100,9 +100,11 @@ + + + - - + + + + diff --git a/application/views/pages/booking_page.php b/application/views/pages/booking_page.php index 898f7fc5..49026ee5 100755 --- a/application/views/pages/booking_page.php +++ b/application/views/pages/booking_page.php @@ -46,3 +46,10 @@ + + + + + + +