setPageTitle()
protected final function setPageTitle($title)
This function allows you to temporarily overwrite the current page title for the current Content Item.
Can be used in your plugin's init()
method, from Zenario 7.0 onwards.
If your Plugin outputs dynamic content based on a GET or POST request, you may wish to change the title of a page according to the content shown.
$title
The title you wish to show.