From 68fc9e55e538e03f94509731ab41a0c8cf96710f Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 17 Apr 2023 12:12:22 +0300 Subject: setup a real server environment (apache DocumentRoot=/var/www/public) --- html/app/views/components/breadcrumbs.php | 30 ------------------- html/app/views/components/header_includes.php | 23 --------------- html/app/views/components/top-bar.php | 17 ----------- html/app/views/components/user-management.php | 42 --------------------------- 4 files changed, 112 deletions(-) delete mode 100644 html/app/views/components/breadcrumbs.php delete mode 100644 html/app/views/components/header_includes.php delete mode 100644 html/app/views/components/top-bar.php delete mode 100644 html/app/views/components/user-management.php (limited to 'html/app/views/components') diff --git a/html/app/views/components/breadcrumbs.php b/html/app/views/components/breadcrumbs.php deleted file mode 100644 index 471cfb6..0000000 --- a/html/app/views/components/breadcrumbs.php +++ /dev/null @@ -1,30 +0,0 @@ - - - \ No newline at end of file diff --git a/html/app/views/components/header_includes.php b/html/app/views/components/header_includes.php deleted file mode 100644 index 4ee6904..0000000 --- a/html/app/views/components/header_includes.php +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/html/app/views/components/top-bar.php b/html/app/views/components/top-bar.php deleted file mode 100644 index ed96e35..0000000 --- a/html/app/views/components/top-bar.php +++ /dev/null @@ -1,17 +0,0 @@ -
- - 0, - 'title' => '', - 'parents' => [] - ]); - ?> - - - -
\ No newline at end of file diff --git a/html/app/views/components/user-management.php b/html/app/views/components/user-management.php deleted file mode 100644 index 02a439e..0000000 --- a/html/app/views/components/user-management.php +++ /dev/null @@ -1,42 +0,0 @@ -
- - - - - -
- - - -- cgit v1.2.3