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
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
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.