Hi, im trying to create a custom theme for my site and wanted to have a look at the html for the homepage. Using Firebug (the Firefox tool) i can see the HTML and the CSS of the homepage. I manages to figure out that the HTML is stored in the 2 files called header.tpl and footer.tpl. But when i go to these files all i can see is something like &HOOK;_TOP. My question is, how can i see what is stored in the Hook called TOP?!? Common sense tells you that HOOK_TOP is the header, and from looking at the homepage i can see what modules are contained in the header. So when i look at the coding for that module, i can see in the coding that the module i assigned to HOOK_TOP, is that the only way of finding out what hooks contain what? What if i didnt want that module to be part of HOOK_TOP, do i just delete that peice of code or replace it with another Hook? Any help will be greatly appreciated.