You can configure site icons to display on specific pages. The images are configured for each site within the site repository and must be downloaded to their appropriate location. To set a site icon, you must update the siteConfiguration item descriptor and add a siteIcon property with the location. The following example sets a siteIcon property value for Site A and for Site B:

<update-item item-descriptor="siteConfiguration" id="SiteA">
  <set-property name="siteIcon"><![CDATA
      [/DCS-CSR/images/icons/icon_site_a.gif]]></set-property>
</update-item>

<update-item item-descriptor="siteConfiguration" id="SiteB">
  <set-property name="siteIcon">
      <![CDATA[/DCS-CSR/images/icons/icon_site_b.gif]]>
  </set-property>
</update-item>

Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved. Legal Notices