How can I customize the Muse Proxy Applications UI?

The Muse Proxy Application UI is based on skins.
If you want to customize the look and feel for a Muse Proxy Application we recommend the following approach:
– copy the existing skin with a different name. The skins folder is located on disk in the following location:

%MUSE_HOME%\proxy\webcontexts\Applications\
APPLICATION_ID\www\static\skins

where replace the APPLICATION_ID with the actual ID of the Muse Proxy Application.
– make the desired changes in the new skin;
– configure the Muse Proxy Application to use the new skin. This is done by editing the file:

%MUSE_HOME%\proxy\webcontexts\Applications\
APPLICATION_ID\www\application.inc

and changing the value of the variable applicationSkinId with the name of the new skin;

In the Muse Proxy.pdf manual, chapter Customize Muse Proxy Application Interface you can find information for how to customize the Muse Proxy Application UI.