diff --git a/application/views/backend/index.html b/application/views/backend/index.html deleted file mode 100644 index 221ac80d..00000000 --- a/application/views/backend/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - diff --git a/application/views/backend/footer.php b/application/views/layouts/backend/backend_footer.php similarity index 89% rename from application/views/backend/footer.php rename to application/views/layouts/backend/backend_footer.php index 6509332c..0fb1c564 100644 --- a/application/views/backend/footer.php +++ b/application/views/layouts/backend/backend_footer.php @@ -49,7 +49,4 @@ - - - - + diff --git a/application/views/backend/header.php b/application/views/layouts/backend/backend_header.php similarity index 59% rename from application/views/backend/header.php rename to application/views/layouts/backend/backend_header.php index a42148dd..18c2b2df 100755 --- a/application/views/backend/header.php +++ b/application/views/layouts/backend/backend_header.php @@ -1,48 +1,10 @@ - - - - - - <?= isset($page_title) ? $page_title : lang('backend_section') ?> | Easy!Appointments - - - - - - - - - - - - - - - - - - - - - - - - - - -