Sure you can just start with if statement on the top of the <table><br />like this<br />
| Code: |
<?php if (mosCountModules('left')) {?><br /><table><br /><tr><br /><td><br /><?php mosLoadModules('left',-2);?><br /></td><br /></tr><br /></table><br /><?php } ?>
|
<br /><br />basically everything that is after if
| Code: |
<?php if (mosCountModules('left')) {?>
|
and before closing
will disappear if the module is not published