0
votes

Am new in drupal. so am work with the latest version Drupal 7. In that how can i differentiated between the front page and other pages. i have page.tpl.php file only. am using marinelli Themes.

Thanks in advance

2
You should consider marking some answers to your questions as accepted to get a better response. See the FAQ: How do I ask questions here? - Laxman13

2 Answers

2
votes

Chek out Drupal 7 Template Suggestions to see the naming conventions for different template types.

In your case you want 2 separate page template files, one called page.tpl.php which is the default, and one called page--front.tpl.php which will only be active for the content designated as the site front page.

-2
votes

You can create a page-front.tpl.php that will be used for the front page. Remember to clear your caches after you create this file.