I am New to Drupal and have setup a base Drupal site with a Theme.
I would like to create some external pages outside of the Drupal CMS but use the same Drupal Theme of the rest of my website - so I get the same look and feel.
Would you suggest I go down this path of creating external PHP pages surrounded by the Drupal Theme, OR is there an alternative to creating dynamic pages in Drupal.
I want to create pages that have nearly the same data but for different cities around the world. If I did this manually in Drupal - it would take forever to create and manage. So I want to just use .htaccess to rewrite the page.
eg. USA/Miami USA/LA UK/London UK/Birmingham Australia/Melbourne Australia/Sydney etc.
I have started to create a new PHP page by copying over some of the .tpl tags of the theme, and including css files, but I don't get the Header/Footer data.
Bascially I want to know how to create an external page using the Drupal theme's look and feel for the Header/Footer/Body and use my own data for the Content area.