Skip to content
russh edited this page Aug 18, 2015 · 2 revisions

###Simple Site Branding

Let's go in a modify the login page to reflect your company's name.

First lets backup the existing login template:

 cp cats/modules/login/Login.tpl cats/modules/login/Login.tpl.bak

Now lets open it and modify it:

 vi cats/modules/login/Login.tpl

Find the following line:

 

<title> CATS - Login </title>

Let's add our company name so it shows up on the web browsers title bar:

 

<title> SID Solutions CATS - Login </title>

Do you have a company logo? Upload/Download it the cats/images/ directory.

Example:

 wget http://sidsolutions.net/images/logo.jpg

Now find the following line:

 

`           ``C A T S` `            ``Applicant Tracking System` `       `

Let's add your company's logo and link to your main site:

 

`           `SID Solutions `            ``C A T S` `            ``Applicant Tracking System` `       `

Refresh your browser and you should see something like this: