|
Abit embarassing to admit, but I’m not sure I understand after all. I understand how to put things together, but still not where and how to structure my folders.
Will refer to what Minu wrote
Pretty straight forward. This type of templates are what we call “skeleton templates” because it exists for the purpose of positioning structural blocks within a page. Such templates are located in app/design/frontend/default/default/template/page/,
Does that meen that all your templates should be located in the standard setup? As of the path beeing “fontend/default/default”?
Located in app/design/frontend/your_package/your_theme/layout, layout is the one that puts all the pieces together. When a page loads in your store, the following things happen…
Here comes the referens to what seems to be a unique name in the structure “fontend” but should that then only contain the layout data?
I’m confused
Basicly, if you want your own looks and probably function as well, then should you create a complete package with all things needed or do you still just add stuff into layout? (and skin of course)
Sorry if this is basic stuff and I should have understood this from my 3 times around the tutorials, but still not there yet. I know I will feel that this structure is very logical once I reach the “oh, aha, thats how it is put together moment” but still need a few more pieces…
|