This topic is locked

How To Set Menu Page Label / Title

8/18/2013 4:15:51 PM
PHPRunner General questions
M
MikeB941 author

PHPRUNNER 6.2 Build 16275
Can't find where to set the Label/Title for the top level Menu Page (aka what translates to the HTML <HEAD><TITLE>MENU LABEL</TITLE> for the Menu Page)
The top level Menu Page of our application has no Title generated so it defaults to the URL for the title in the browser.
Is there a way to set this (i.e. under Misc / Label Editor) as for the other pages?
Thank you!

M
MikeB941 author 8/18/2013

Here's the work around I'm using at the moment:
Under the Menu page "Before display" event I've added:
$xt->assign('pagetitle','MY MENU PAGE TITLE');