Create a User Control Panel Theme
How to create a custom theme for UAPP ?UAPP?
You can easily customize a theme for your Eenos end end-user control panel.
Let us create a new theme called mytheme as follows,
Step 1 :1: Copy the Theme file
You may copy the default theme files as follows,
cp -arf /usr/local/eenos/uapp/templates/default /usr/local/eenos/uapp/templates/mytheme
Step 2 :2: Copy the Static File
You may copy the following css and JS files too,
cp -arf /usr/local/eenos/uapp/public/static/default /usr/local/eenos/uapp/public/static/mytheme
Step 3 :3: Editing the new theme mytheme.
Edit the theme files in /usr/local/eenos/uapp/templates/mytheme and upload all the custom static files to /usr/local/eenos/uapp/public/static/mytheme
Step 4 :4: Change the theme of an Eenos account
Now we have a new theme named mytheme . You can change the theme of the hosting account from WAP.
Do not edit the default theme directly ,directly, which will mebe auto auto-updated regularly.