I see the sample.inc but its a bit confusing for me.
Is there a doc somewhere that shows all the variables that are accessible to me. Like $User.Group for $Username $login anything like that?
Also, once I create all the text to be displayed how do I pass that to the template to display? Put it all into some variable and then put {$display} in the template file?
This is why the last wrapper was a bit easier for me. It was just a file that did all the authentication and then I just needed to include(header) and include(footer).
I'm sure the new way is better I just need to get this figured out.