Create a Reseller Control Panel Theme
How to create a custom theme for 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 : Copy 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 : Copy 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 : 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 : Change the theme of an Eenosreseller 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 , which will auto updated regularly.