TWIG Administrators Manual

Return to Table of Contents

4.6 Configuration - images.inc.php3

This file contains references to each image that TWIG uses.

$img["logo"] The logo displayed at the top of each page.
$img["next"] The icon used to display a 'Next' page of contents.
$img["prev"] The icon used to display a 'Previous' page of contents.
$img["next-none"] The icon used to display a 'Next' page of contents when there is none.
$img["prev-none"] The icon used to display a 'Previous' page of contents when there is none.
$img["edit"]  
$img["read"] The icon used to indicate a read message.
$img["unread"]  The icon used to indicate an unread message.
$img["deleted"] The icon used to indicate a deleted message.
$img["attachment"] The icon used to indicate that a message has an attachment.
$img["maildelete"] The icon used to delete a message.
$img["mailundelete"] The icon used to undelete a message.
$img["address"] The icon used in the contacts feature.
$img["done"] The icon used to indicate a ToDo item is complete.
$img["todo"] The icon used to indicate a ToDo item is incomplete.
$img["appointment"] The icon used in the schedule feature.
$img["tableft"] The image used to draw the left hand site of a 'tab'.
$img["tabright"] The image used to draw the right hand site of a 'tab'.



Return to Table of Contents Return to Top