Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (609 KB)
Chapter 8 Branding the DesktopThis chapter describes how to brand the Desktop with your site’s logo and name. It contains the following sections: Changing the HTML Title (Title That Appears in the Browser)The title is in the productName property in the display profile definition for all the providers and channels. Edit this property to change the HTML title. Changing the Logo (Image) in the Banner HeaderThe logo image is defined in the themes in the display profile. The related theme properties are:
|
|
Desktop Container |
Header and Footer Files for Theme, Content, and Layout Pages |
|---|---|
|
FrameTabContainer |
framePreferenceHeader.jsp and framePreferenceMenubar.jsp |
|
JSPSingleContainer |
singlePreferenceHeader.jsp and singlePreferenceMenubar.jsp |
|
JSPTabContainer |
tabPreferenceHeader.jsp and tabPreferenceMenubar.jsp |
|
JSPTableContainer |
tablePreferenceHeader.jsp and tablePreferenceMenubar.jsp |
Containers not listed in Changing the Header and Footer of the Theme, Content, and Layout Pages use defaultHeader.jsp and defaultMenubar.jsp files. These two files are actually the same as singlePreferenceHeader.jsp and singlePreferenceMenubar.jsp files. If you want a default look and feel for the container’s header and menubar, customize these two JSPs. Currently, the sample portal does not use defaultHeader.jsp and defaultMenubar.jsp files.
Change to the appropriate directory.
That is, change to PortalServer-DataDir/portals/portal-ID/desktop/developer_sample or change to the specific desktop type subdirectory associated with the target user or organization.
Edit the JSP files.
For example, change the HTML title and logo in the header file, and change the product name in the footer.
Run the touch command.
For example, type touch *.jsp.
Reload the Desktop to verify the change.