Changing the Banner and Logo to Your Organization: Difference between revisions

From IHRIS Wiki
(Created page with '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'…')
 
Line 7: Line 7:
Now change the lines:
Now change the lines:
<source lang='xml'>
<source lang='xml'>
  <p id="siteName">iHRIS Manage</p>
<p id="siteName">iHRIS Manage</p>
  <p id="siteTag">Human Resource Management</p>  
<p id="siteTag">Human Resource Management</p>  
</source>
</source>
to:
to:
<source lang='xml'>
<source lang='xml'>
  <p id="siteName">iHRIS Manage</p>
<p id="siteName">iHRIS Manage</p>
  <p id="siteTag">Ministry of Health - Taifeiki</p>  
<p id="siteTag">Ministry of Health - Taifeiki</p>  
</source>
</source>


==Changing the logo==
==Changing the logo==


==Changing the banner image==
==Changing the banner image==

Revision as of 10:26, 22 July 2010

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 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: <source lang='xml'>

iHRIS Manage

Human Resource Management

</source> to: <source lang='xml'>

iHRIS Manage

Ministry of Health - Taifeiki

</source>

Changing the banner image