Changing the Banner and Logo to Your Organization

In this tutorial we show how to change the banner, logo and other branding information to represent your organization. This tutorial assumes that you have installed the blank iHRIS Manage site according to these [[Linux (Ubuntu) Installation#Creating a Site Configuration File | directions]].

Changing the Header Text

We will need to then modify main.html , one of the html template files which is in our site directory:

sudo gedit /var/lib/iHRIS/sites/manage/templates/en_US/main.html

Now change the lines:

<p id="siteName">iHRIS Manage</p>
<p id="siteTag">Human Resource Management</p>

to:

<p id="siteName">iHRIS Manage -- Human Resource Management</p>
<p id="siteTag">Ministry of Health - Taifeiki</p>

Or whatever you feel is appropriate.

Changing the banner image

Suppose you wish to change the banner image, which is by a woman leaning against a counter, with the file on your desktop my_picture.jpg then you would do:

sudo mkdir -p /var/lib/iHRIS/sites/manage/images/photos sudo cp ~/Desktop/my_picture.jpg /var/lib/iHRIS/sites/manage/images/photos/loggedin_photo.jpg