Hi,
I am trying to figure out how templates work and I have found my way so far in modifying most of the elements of a template.
But there is still one thing that I can't understand:
Let's say we are not happy with the sidebar blocks (on the right of the template). We want to modify them. Then we go to the template default file and we find a {{sidebar}} tag which displays all the blocks in a certain order.
If I want to modify one special block. Then it's quite easy to find the file to be edited. I make a little search in the unit dir.
But if I want to modify, let's say, the order of the blocks (or if I want to add or delete a block), then I need to figure out where the {{sidebar}} part is defined. My problem is that I can't understand where and how these components - {{sidebar}} {{location}} ... - are defined.
Any help would be appreciated
Thanks in advance