From e54e5641e62278ba60eeb8f9e03016c9573e635c Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Wed, 21 Aug 2024 15:17:39 +0700 Subject: [PATCH] add comment --- ui/ui/sections/user-footer.tpl | 4 +++- ui/ui/sections/user-header.tpl | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ui/ui/sections/user-footer.tpl b/ui/ui/sections/user-footer.tpl index 439abe2b..dbbeff3f 100644 --- a/ui/ui/sections/user-footer.tpl +++ b/ui/ui/sections/user-footer.tpl @@ -1 +1,3 @@ -{include file="user-ui/footer.tpl"} \ No newline at end of file +{include file="user-ui/footer.tpl"} + +{* Don't include this file again, change to 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 index c482fc27..a43e5b14 100644 --- a/ui/ui/sections/user-header.tpl +++ b/ui/ui/sections/user-header.tpl @@ -1 +1,3 @@ -{include file="user-ui/header.tpl"} \ No newline at end of file +{include file="user-ui/header.tpl"} + +{* Don't include this file again, change to user-ui/header.tpl *} \ No newline at end of file