Was just playing around and renamed index.php to home.php. The funny thing is, this simple rename effects the lay-out. Why is that? I mean no coding is touched, the file is just renamed!
Also <?php new_topic(); ?> doesn't display anymore and the underlining of the <h2> tags is gone as well.
I am kinda noob, so why does this happen? no css or template is touched, it should work even if index.php is renamed..... not?
What do I need to change so the lay-out and <?php new_topic(); ?> will NOT be effected when renaming index.php to home.php?