Create a Reseller Control Panel Theme
How to create a custom theme for RAPP ?RAPP?
You can easily customize a theme for your Eenos reseller 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/rapp/templates/default /usr/local/eenos/rapp/templates/mytheme
Step 2 :2: Copy the Static File
You may copy the following css and JS files too,
cp -arf /usr/local/eenos/rapp/public/static/default /usr/local/eenos/rapp/public/static/mytheme
Step 3 :3: Editing the new theme mytheme.
Edit the theme files in /usr/local/eenos/rapp/templates/mytheme and upload all the custom static files to /usr/local/eenos/rapp/public/static/mytheme
Step 4 :4: Change the theme of the reseller 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 be auto auto-updated regularly.