Open the menu
    ```html

    Portal Themes

    Administration of Portal Themes

    The portal themes are packages that can carry items to change the appearance of areas of the portal. These packages consist of:

    • A file called themedefinition.xml: Theme definition file. See themedefinition.xml for more information;
    • A folder called def: Folder that will store layout files and XSLs of the theme;
    • A folder called www: Folder that will store public files of the theme, such as images, CSSs, etc.

    None of the folders are mandatory in the theme, however, its definition file is.

    The portal themes can be located in the lumisdata/shared/def folder of the portal or in a module that has been installed in the portal (through Deployment) or in any location visible to the application's classpath. Themes that are packaged in a module will be automatically registered when the module starts and unregistered when the module stops.

    Permissioning

    • Manage Service Instance: Allows managing all the data of this service instance, including deleting it entirely.
    • Edit Service Instance Content: Allows managing all the data of this service instance with publisher profile.
    • View Service Instance: Allows viewing public data of this service instance.

    Interfaces

    ```