I'm wanting to use the API to add some HTML content to a custom template.
The API docs show examples of this (I think) -
#
$content = array('html_main'=>'some pretty html content',
#
'html_sidecolumn' => 'this goes in a side column',
#
'html_header' => 'this gets placed in the header',
#
'html_footer' => 'the footer with an *|UNSUB|* message',
#
'text' => 'text content text content *|UNSUB|*'
#
);
So my question is: what are those hooks? Are they EDITABLE regions defined
in the custom template? For example, would this markup specify where the
html_main stuff mentioned in the example above go?
mc:edit="html_main"
Or is it determined by an ID value, e.g.,
<div id="html_main"....? Or what?
Thanks!
Murray
--
Murray R. Summers
Great Web Sights
610-469-9715
msum...@great-web-sights.com
http://www.great-web-sights.com