Authored by:Dirk on Monday, November 01 2010 @ 01:21 PM EDT
It works just like the theme-specific functions for the site header and footer, i.e. in your theme's functions.php, implement functions Foo_startBlock and/or Foo_endBlock (assuming your theme's name is "Foo"). Those functions will have to do all the work, so you have to effectively re-implement COM_startBlock and COM_endBlock.
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Where can I found an exemple for the display functions for the start and end of blocks?
Support and French community | http://geeklog.fr
It works just like the theme-specific functions for the site header and footer, i.e. in your theme's functions.php, implement functions Foo_startBlock and/or Foo_endBlock (assuming your theme's name is "Foo"). Those functions will have to do all the work, so you have to effectively re-implement COM_startBlock and COM_endBlock.