|
So it is safe to say that the layout files specify the default locations of each template, and the updates are quick and easy, page specific overrides?
Btw, the alias for poll was right.poll and that worked beautifully. However, I’m also trying to remove the popular tags. The alias for the tags is tags_popular, but that doesn’t seem to remove the tag block from the frontpage.
<reference name="right">
<action method="unsetChild"><alias>right.poll</alias></action>
</reference>
The above works, but below does not:
<reference name="left">
<action method="unsetChild"><alias>tags_popular</alias></action>
</reference>
|