I have created a customer page that works just fine. I used
this process to create the custom page. I can add some html to the template and it works like a charm.
What I need to do is add some PHP code to display a data grid. I have a data grid class that I can use in html pages to fetch and display data in a fancy grid control. Can I do this through the template system? I only want authenticated users to see the page and the data.
Any help is appreciated.