I try to figured out why my custom module control displays twice on the page. The one displays on the Mange panel. Which is normal. Looks like the 2nd one is in the container footer. I can use the CSS tweak (see codes below) not to display. Wondering any codes or settings I missed. If anyone know why, please advice. Very appreciated it.
<style>
.c_footer { display: none;}
</style>