I tried reading the documentation, but I still don't understand how the magento xml layout files work.
In the directory app/design/frontend/default/modern/layoutI see a lot of xml files. How to determine which xml file any page on a website uses?
For example, if I was on the main page in http://mysite.com, what format of the xml file do I use? What if Im on http://mysite.com/hello-world, in which xml file then?
source
share