Hi everyone .. I installed Drupal 6.13 , and when playing with blocks, I noticed that the changes are saved for every page in the site .. That's mean, if I add a recent comment block in the top, This block is seen in every page .. what can I do if I want my site as clean as possible, using just content block and a sidebar in every page, but I wan to add many blocks and graphics to the homepage ???? When I used other scripts, I just edited the index.php file, and edit what I want .. but looking to the index.php under the drupal installation directory .. just found some lines of php code .. When I look to the theme directory, I just find block.tpl , comment.tpl node.tpl and page.tpl ... there is no home.tpl or so .. So what can I do ?? Thanks for answering.
in each block settings, at the bottom of the screen you have on option to display the block only on those pages. write <front> for the home page.