From 687ff330df91bd91b23127a6e91e178e2137d6e1 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Tue, 17 Oct 2023 14:22:27 +0700 Subject: [PATCH] Created Themes (markdown) --- Themes.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Themes.md diff --git a/Themes.md b/Themes.md new file mode 100644 index 0000000..605ac47 --- /dev/null +++ b/Themes.md @@ -0,0 +1,32 @@ +PHPNuxBill Support Themes Modification + +PHPNuxBill using [Smarty](https://www.smarty.net/) for Interface. +Themes saved at **ui/themes** + +Folder name use underscore for space, example **ui/themes/my_theme** it will show as **My Theme** + +User can Customize Theme or default Theme using **ui_custom** + +The priority for the folder are + +1. ui/ui_custom +2. ui/themes +3. ui/ui + +You can create theme for Customer only, Admin Only, or both. +But Customer only is recomended. + +## Variable + +**{$_theme}** is used for path +example: +```html + +``` +it will change to +```html + +``` + +**{$_c}** are config variable, key values from table **tbl_appconfig** +