Initialization Function setPageTitle()

protected final function setPageTitle(
$title
)

Summary

This function allows you to temporarily overwrite the current page title for the current Content Item.

Where You Can Use It

Can be used in your plugin's init() method, from Zenario 7.0 onwards.

Description

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.

Parameters

$title

The title you wish to show.