This function alters the page title using the input parameter. Use it whenever you need to change the page title from within a component or module.
Note:
Appends to $mosConfig_sitename in version <=4.5.4
Prepends to $mosConfig_sitename in version >= 4.6.0
Usage
*void setPageTitle(string)*type php class methodclass mosMainFrame
Example
Files
- Definition: /includes/mambo.php (Mambo version <=4.5.4)
- Definition: /includes/core.classes.php (Mambo version >=4.6.0)