TWIG Administrators Manual

Return to Table of Contents

4.3 Configuration - header.inc.php3

This file contains the header lines for each html page that is generated by TWIG (with a couple of exceptions), typically this file needs to be customized for the site that TWIG will be running in.  The two most important sections are:

  1. the body line
  2. the image line

The body line should be altered to suite the site's configuration of pages, this may include the background color, link color, etc.

The image line should be customize to reflect the site's name and logo.

 


Return to Table of Contents Return to Top