File: common/layout.php

Return to Documentation

Class: layout
getSubMenu (2)
makeMouseOverRow (3)

getSubMenu

Author: Brad
Version: 04.25.05

Description

Gets the subsections based on the section and user permissions.

Example

layout::getSubMenu($mainMenu, $level, $userObject)

Parameters

MainMenuThe section of the site whose subsections should be displayed
LevelThe level of the user currently logged in
UserObjectThe userObject of the user currently logged in

Top

makeMouseOverRow

Author: Brad
Version: 04.25.05

Description

Makes the code for making rows mouse over (change color on mouse over).

Example

layout::makeMouseOverRow($color1, $color2)

Parameters

Color1Color on mouse over
Color2Color on mouse out

Top