From 059e0d95d0c28bc5060e87e146eaf7411f51bf90 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Thu, 27 Apr 2023 03:47:30 +0300 Subject: skeleton commit; based on an anom project --- public/app/views/admin/skeleton.php | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 public/app/views/admin/skeleton.php (limited to 'public/app/views/admin/skeleton.php') diff --git a/public/app/views/admin/skeleton.php b/public/app/views/admin/skeleton.php new file mode 100644 index 0000000..927bd2d --- /dev/null +++ b/public/app/views/admin/skeleton.php @@ -0,0 +1,45 @@ + + + + + + Classroom - <?=$title?> + + true] + ); + ?> + + + + + +
+ + $action, + 'id' => $id + ]); + + // render main content + //////////////////////////////////////////////////////////////////// + Render::view("admin/{$action}",[ 'id' => $id ]); //////////////// + ?> +
+ + + + + + + -- cgit v1.2.3