![]() |
Sergey Kornilov admin 8/28/2022 |
PHPRunner's functionality is PHP based. I'm talking about processing permissions, displaying menus etc. You cannot add this to a random HTML page. What you can do is to create an additional page in PHPRunner, remove the stuff you don't need there and add your own HTML content. This approach will work. |
G
|
gtothill author 8/28/2022 |
Thanks, I wasnt planning to add any additional application functionality to that page. I just need to add a licencing and credits static page, but I don't want them popped out or to open in a separate window - for aesthetic reasons it would be nicer if that content appeared in the normal way - surrounded by menus that the user could use to navigate back in a consistent way. I'll create copies of a view page and populate my own html into it. In future versions would it break tha application to build in this functionality on, say, the pages screen. The ability to add a custom html page to the build? Cheers, Geoff. |