Using different company names and logos for different client interfaces

This topic describes the process to use different company names and logos for different client interfaces.

To create different template groups, follow the steps as described below:

  1. Navigate to Admin CP > Templates > Groups > New.
  2. Specify Company Name for each template group accordingly.

For different logos, the header template can be modified for each template group by following the steps as mentioned below:

  1. Navigate to Admin CP > Templates > Templates > General
  2. The following code needs to be modified at the template:
  3. <div id="topbanner">

    <a href="<{$_baseName}> <{$_templateGroupPrefix}>">

    <img border="0" src="<{$_headerImageSC}>" alt="gfihelpdesk <{$_productTitle}> Logo" id="logo" />

    </a>

    </div>

Here, you need to replace src="<{$_headerImageSC}>" code with logo image URLUniform Resource Locator is the address of a web page on the world wide web..