I'm not sure which verison of the mod you are using but the version in the downloads section contains NO tables.
but in any case
<td>
<?php if (DEFINE_LINKS_STATUS >= '1' and DEFINE_LINKS_STATUS <= '2') { ?>
<?php require($define_page); ?>
<?php } ?>
<?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_LINK_LISTING)); ?>
</td>


Reply With Quote
