7.1

Table Of Contents
The contents of skin folder
Global styles
The style.php file and the style-element-<subject>.php files hold the style definitions that apply to all pages in the system. At
the beginning of the file the skin_customization.php file is included using the PHP include_once function. The skin_cus-
tomization.php allows you to use web design parameters like colors and fonts that can be specified per company (Edit Web
Design). Please refer to the Special Variables chapter for more information regarding this option.
<?php include_once "../../functions/skin_customization.php" ?>
At the end of the style.php file the separate style-element-<subject>.php and page specific exception files are included. These
documents hold the item specific and page specific style exceptions. You could also add your exceptions to the main style file.
// Element/Item Specific CSS includes
include_once "style-element-actionbar.php";
include_once "style-element-editforms.php";
include_once "style-element-calendar.php";
include_once "style-element-colorpicker.php";
...
©2010 Objectif Lune Inc - 225 -