Working with Custom Images
You may need to customize the favicon and other images used in the portal.
The Favicon
You may want to replace the default Jenzabar favicon with your own image. If you use the approach noted below, your custom icon will not be overwritten during upgrades:
To replace the favicon with your own image:
Place your favicon in the ClientConfig directory or one of its subfolders.
Navigate to \ClientConfig\Controls and open the CustomHead.ascx file for editing.
Locate the Shortcut Icon key and edit the href value to point to your custom icon. For example:
<link rel="Shortcut Icon" href="ClientConfig/OurFavicon.ico" type="image/x-icon"/>
Save and close the file.
Do an iisreset.
The system updates the icon.
Other Images
By default, the system includes a number of stock images and icons that are used throughout the site. These default images are at the following directory:
Drive:\Program Files\Jenzabar\ICS.NET\Portal\UI\Common\Images
If you prefer to use your own images, it may be a good idea to set up an images directory in the ClientConfig folder and point to this directory from the Site Manager > Framework settings > Location screen. Until you specify a different location in Framework settings, the system will continue to look to the Portal\UI\Common\Images directory. Note also that if you overwrite any images in the Portal\UI\Common\Images directory, your customizations will be overwritten during an upgrade.