Label
From XOMBO Documentation
Introduction
The Label Library generates DIV elements with localized text inside. The DIV elements are assigned an ID equal to the name of the label element being passed. Vendors can create their own localization files to overwrite the default text or language to their own needs. Usually label names are fully capitalized with underscores in between words.
Functions
Label::display ($labelname, [$options])
- This will return a label based on the label name you pass.
File ./library/label.class.php ★ SVN http://svn.xombo.org/svn/platform/current/trunk/library/label.class.php API DOCS
See Also: Localization

