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

SVN:trunk[239]
This commit is contained in:
Denis Flaven
2010-01-12 10:18:18 +00:00
parent 29a4ce2051
commit 423216e4ae

View File

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