Posted by raulaudelo on April 28, 2011 at 5:32pm
I am trying to add a page-specific "footer" to a content-type I've created. The page(s) in question are using comments via the $links and I would like to include the "footer" code below this space.
I've tried to do that in the the content-type.tpl.php file, but it $links content is showing up below everything? how do I get below $links: http://earthjustice.org/50states/karen-monahan-ii
Thanks in advance
Raul

Comments
A simple block!
A simple block!
If the block doesn't satisfy
If the block doesn't satisfy your content-type selectivity, I suspect you want the
page.tpl.phpfile or aHOOK_preprocess_page()function. The various node type templates just control the center node content, not the entire page.You've probably already
You've probably already figured this out, but if not, I'd just create a block and then configure it so show up only on the listed pages in your path, e.g., foo or foo/*.
But I'm curious if anyone can suggest a way to add a block inline. For a complex site, having a bunch of custom blocks on the Block page could be very confusing.