From a265b6e766854f9517b78af528dd81c3acc41537 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Wed, 21 Aug 2024 15:16:29 +0700 Subject: [PATCH] add placeholder user-header --- ui/ui/sections/user-footer.tpl | 1 + ui/ui/sections/user-header.tpl | 1 + 2 files changed, 2 insertions(+) create mode 100644 ui/ui/sections/user-footer.tpl create mode 100644 ui/ui/sections/user-header.tpl diff --git a/ui/ui/sections/user-footer.tpl b/ui/ui/sections/user-footer.tpl new file mode 100644 index 00000000..439abe2b --- /dev/null +++ b/ui/ui/sections/user-footer.tpl @@ -0,0 +1 @@ +{include file="user-ui/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/sections/user-header.tpl b/ui/ui/sections/user-header.tpl new file mode 100644 index 00000000..c482fc27 --- /dev/null +++ b/ui/ui/sections/user-header.tpl @@ -0,0 +1 @@ +{include file="user-ui/header.tpl"} \ No newline at end of file