Condition for home page

<?php if (drupal_is_front_page()){

echo ‘this is home’;

} ?>