7.1

Table Of Contents
Creating page exceptions
The Template.php file contains the main outline of the PrintShop Mail Web web site, it contains HTM code with a few snippets
of PHP. It is invoked for each page request and outputs the final page contents.
The skinning engine lets you create templates for pages (page exceptions). This method can be used to add information
and/or custom functionality to a specific page.
The Welcome page showing a banner image and custom side menus.
Creating a page specific template file
To create a page specific template file you should create a copy of the main template.php file in the directory of your skin.
Then, you need to rename to the file to template-<pageid>.php. The ID of the page should match the name of the class name
of the body-element of that page (view the HTML source of the page in your browser or use webdevelopment plug-in like Fire-
bug for Fire Fox).
©2010 Objectif Lune Inc - 247 -