7.1

Table Of Contents
Header
The information stated in the header div is used to display the main page header or title (not to be confused with the browser
window title). Using the Style.php you can replace the contents of this element with the logo uploaded through the Edit Web
Design page. It allows the skin to show a company specific text or image.
<div id="header"><h1>Hello World</h1></div>
User information
This function will add the User Info block to your site. This block shows the name of the logged on user, an option that lets the
user edits his or her personal information and the Log off option. The My Account option is optional and depends on the role of
the logged on user.
In the default the user User Info block is dark blue and placed just above the menu bar
In the picture above additional text is added to the user info bar (the text PrintShop Mail Web). You may hard code this text, in
this case it is retrieved using the generateAdditionalInfo function. The returned value depends on the selected language and
can be changed by editing the cAddiontalInfo string in the Edit Language page (Settings).
Menu
This function generates the main menu bar.
In the default skin the Menu bar is the part below the User Information bar
Crumbs
On a Web site, a bread crumb trail is a navigation tool that allows a user to see where the current page is in relation to the Web
site's hierarchy. The term bread crumb trail comes from the story of Hansel and Gretel, who left a trail of bread crumbs as
they walked through the forest so they could trace their way back home.
Bread crumbs in action
Messages
The generateMessages inserts the main headline and descriptive text for each page.
©2010 Objectif Lune Inc - 220 -