diff options
Diffstat (limited to 'framework/Web')
| -rw-r--r-- | framework/Web/UI/TPage.php | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index cb49d325..27742ddd 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -803,6 +803,9 @@ class TPage extends TTemplateControl  	}
  	/**
 +	 * Sets the page title.
 +	 * Note, a {@link THead} control needs to place on the page
 +	 * in order that this title be rendered.
  	 * @param string page title. This will override the title set in {@link getHead Head}.
  	 */
  	public function setTitle($value)
 | 
