How can I change de DesignBoxContent of the $_page_cont[$_ni]['page_main_code'] ?
i've tried
$content = PageCompPageMainCode(); // my function returning the content data
$designBox = DesignBoxContent( _t("_WAZATV_H1"), $content,0 ); // Specifying the designbox
$_page_cont[$_ni]['page_main_code'] = $designBox;
But it keep getting another designbox.
Thanks for help
