|
interface.inc.php - User Interface Functions
|
title
Required Parameters: string $string
Optional Parameters: int $colspan
Returns: None
Description: This function renders a shaded table cell that spans two columns of a HTML table, according to $colspan. The fill color and text color change according to the CSS definition of the "title" style. The text to place in the cell given by $string is automatically converted to all uppercase letters. In order to return the string immediately without echoing it to the output buffer, set $returnOnly to TRUE.
function title($title, $colspan = 2, $returnOnly = FALSE)
|