The template file of the Drupal page is called "theme", like the Windows topic file name, is written directly with PHP, it is more difficult, I am using Drupal's own BLOG to use a relatively simple method .
Install Drupal Site Contributed Theme - PHP Template, unlock files in the default directory is the default template style, you can directly modify the DEFAULT file, or copy the folder to name, then select newly generated in the PHPTemplate console on the website. folder.
The Templates folder of the default directory is put on the page template:
Header.tpl.php, footer.tpl.php is the header of the page, with the content node is separated, that is, the HTML of the Template you wrote from the CONTENT's dot points in these two files. And insert module in the required place
Search box PHP IF ($ Display_Search):?>
Navigation bars Php if (is_ARRAY ($ links)):?>
Sidebar Php if ($ sidebar_left! = "):?>
Right sidebar Php if ($ sidebar_right! = "):?>
Navigation bars of the current location PHP IF ($ BREADCRUMB! = "):?> PHP Print $ BREADCRUMB?> PHP ENDIF;?>
Don't forget