Viewing A Custom Made Layout Page

Sorry need your help again.

Wish to make a custom made layout page....

If I use as customer dispatch 'testpage.view', how do I see this newly created testpage?

I was hoping it would work by using: /index.php?dispatch=testpage.view and I add a view.tpl template. If so, at what location do I the view.tpl?

Or can I just do: /index.php?dispatch=testpage and do all HTML programming in the content block?

Thanks,

Arnaud

You should create your controller. E.g.

app/addons/my_changes/controllers/frontend/testpage.php

and corresponding template

design/themes/responsive/templates/addons/my_changes/views/testpage/view.tpl

Thanks. That's what I fear.....:-)