Sub-theme

In your GCIntranet site, you have the ability to apply a sub-theme. This allows you to have a custom look while still having the benefits of CDTS.

For this sample page, the ESDC sub-theme is being applied. If you would like to have a custom look, please contact the CDTS team.

Implementation

In order to implement the custom sub-theme, you have to add the subTheme variable to various sections of the page. We are using "esdc" as an example.

refTop
document.write(wet.builder.refTop({
...
    "subTheme": "esdc"
...
}));
            
top
document.write(wet.builder.top({
...
    "subTheme": "esdc"
...
}));
            
footer
document.write(wet.builder.footer({
...
    "subTheme": "esdc"
...
}));