7.0

Table Of Contents
<title><? generateSystemName(); ?>: <? generateTitle(); ?></title>
The generateSystemName returns the value of the cSystemName string and depends on the selected
language. You can change the value for this string in the Edit Language page of the Settings section. The
generateTitle will return the name of the current PSM Web section.
3.1.2 CSS includes
This function retrieves the proper location of your skin and its accompanying CSS files. This PHP function is
required to dynamically load your CSS files. You should not remove this.
<? generateCSSIncludes(); ?>
3.1.3 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>
3.1.4 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 PSM 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).
3.1.5 Menu
This function generates the main menu bar.
In the default skin the Menu bar is the part below the User Information bar
3.1.6 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.
The template file - HMTL Outline
Objectif Lune Inc. © 2010 12