i had an index.html page.there is a menu.click on the menu items new pages are opened.i create it through drupal 6.6.i mean menu items are dynamic and so on.

now problem is that when i click on a menu item i want to show a page that is completely different from my templete.

in my pages body is dynamic there replaces the other content.but i need click on a menu item which page will be display is other self created theme.

it is like 'different templete for different menu items'.i know it in joomla1.5.but i do not able to do it in drupal6.6.ineed the help.thank you.

Comments

prbass’s picture

The theme system is very flexible. You can use a completely different template for every page if you like.

You can use a separate template for the front page by creating a page-front.tpl.php file. You can also have a page-admin for the admin pages. Drupal calls these "Template suggestions" and a complete list of the available theme files is at: http://drupal.org/node/190815

For more details of how this works see the theme section of the handbook:

http://drupal.org/theme-guide/6

http://drupal.org/node/341628