Quickie: Set (missing) page Title in Custom Pages

Custom pages in AppGini are just awesome, and I’m using them a lot. There is one backdraw you might have seen: Custom Pages don’t have a (browser-) title by default. That may be irritating for users, when saving custom pages as bookmarks or when sharing links. I am showing a simple PHP one-liner which defines the title of the custom page. Problem When loading standard AppGini pages like Table Views or Detail Views there is a specific browser title which is a concatenation of App-Title + Page-Title: That’s fine for example when saving this page as bookmark. But when creating …