Re: block engine with IPF |
Subject: Re: block engine with IPF by QM-B on 2012/10/31 7:45:23 It would be much easier having a full example of your code and not those snipptet with some unknown variables.. ![]() Well, calling the blocks you might have different ways. Think, it should be ok just calling the default way.
$block_handler = icms::handler('icms_view_block');
$blockObj = $block_handler->get($block_id);
|