I have a drupal website up and running.
There is an HTML page that our team has built that uses a lot of javascript. (So basically it's a html+ one css + javascript files. This page allows people to design their own T-shirt, so it's going to be the most important webpage of this website as everybody will eventually land up there!
I don't know how to page this page and modify the theme settings ONLY for this page.
I only know that if page to pick up different template settings then I should give it page ".../test.html" and have a template file page-test.tpl.php and it will AUTOMATICALLY happen. However, this doesn't happen for some reason.
Any suggestions why? Or some other ways to achieve this?
Please help!