Start a conversation

Using Different Company Names and Logos for Different Client Interfaces

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:

  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:
    <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.

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments