TWIG's configuration is accomplished through editing several files contained in the config directory:
config.inc.php3 -
This is where you configure the bulk of the global settings.
header.inc.php3 -
This file gets prepended to the top of every page.
footer.inc.php3 -
This file gets appended to the bottom of every page.
announcements.inc.php3 -
This file contains the text displayed in the announcements for the Main screen.
dbconfig.inc.php3 -
This is where you configure your database settings.
images.inc.php3 -
This is a list of images to use in TWIG.
login.footer.inc.php3 -
This file gets appended to the bottom of the forms based login.
login.form.inc.php3 -
This file is the body of the forms based login.
login.header.inc.php3 -
This file get prepended to the top of the forms based login.
mainmenu.inc.php3 -
This file contains the menu items to be displayed on the main menu.
defaults.inc.php3 -
This file contains the default settings for various user and program preferences.
For details on the contents of each of these files please see the following sections.