I am still trying to understand the themeing engine of magento by studying a theme. im my theme there is breadcrumb pthml file in templates/page/html folder which manipulates the bradcrumbs. How does magento know about the file? does the page/html folder is standard.
and what is the role of the
files do in page.xml
The template system in magento consists of
All layout XML files will be found in the
app/design/frontend/<interface>/<theme>/layoutfolder.All template files will be in the .phtml files found in various folders under the
app/design/frontend/<interface>/<theme>/templatefolder.All blocks will be in the
app/code/<core,local,community>/<namespace>/<module>/Blockfolder.You may not find all the layout/template files in same theme say telescope. For example, Magento will check the following folders, in order, for a file named catalog.xml: