Overview
This article describes the process to use different company names and logos for different client interfaces.
Process
To create different template groups, follow the steps as described below:
- Navigate to Admin CP > Templates > Groups > New
- 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:
- Navigate to Admin CP > Templates > Templates > General
- The following code needs to be modified at the template:
<div id="topbanner"> <a href="<{$_baseName}> <{$_templateGroupPrefix}>"> <img border="0" src="<{$_headerImageSC}>" alt="Kayako <{$_productTitle}> Logo" id="logo" />
</a>
</div>Here, you need to replace
src="<{$_headerImageSC}>"
code with logo image URL.