Browse Source

The label of the active menu is now used as the title of the web page.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@239 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 years ago
parent
commit
63a594b14c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/UI.php

+ 1 - 0
pages/UI.php

@@ -1139,6 +1139,7 @@ switch($operation)
 	if (is_object($oActiveNode))
 	{
 		$oActiveNode->RenderContent($oP, $oAppContext->GetAsHash());
+		$oP->set_title($oActiveNode->Get('label'));
 	}
 }
 ////MetaModel::ShowQueryTrace();