I changed
FROM
TO<tr><?php echo zen_draw_form('language', FILENAME_DEFINE_PAGES_EDITOR, 'lngdir=' . $_SESSION['language'] . '&filename=' . $_GET['filename'] . '&action=save'); ?>
<td><table border="0" cellspacing="0" cellpadding="2">
<tr>
AND<tr>
<td><?php echo zen_draw_form('language', FILENAME_DEFINE_PAGES_EDITOR, 'lngdir=' . $_SESSION['language'] . '&filename=' . $_GET['filename'] . '&action=save');
<table border="0" cellspacing="0" cellpadding="2">
<tr>
TO</table></td>
</form></tr>
...there are more but I thought I'd test the water first....</table></form></td>
</tr>


Reply With Quote

