Talk:Displaying content on left, right and top section of node view/edit
From Achievo/ATK Wiki
One of the issues with this howto is the fact that it uses functions that are named confusingly. A function named 'detailPageFooter' would imply it generates a footer, but in this howto, it generates the complete page including a footer. The following would perhaps make more sense:
$this->getHeader() $this->getBody() $this->getFooter()
or something that works similar to the adminHeader/adminFooter Magic Methods. --Ivo 00:57, 2 September 2008 (CEST)