mgd_get_style
mgd_get_style -- Get a style
Description
`object **mgd_get_style** (int id)`
Minimum version: Midgard 1.0
Gets information about the style record with id _ id_.
Returns an object describing the record if successful. Returns FALSE on failure.
id . ": name=" . $style->name .
", up=" . $style->up . "
\n";
}
?>
