Just delete the following as it is not needed:
Code:
	            <tr>
            <td colspan="2"><?php echo zen_draw_separator('pixel_trans.gif', '1', '10'); ?></td>
          </tr>
          <tr>
            <td class="main" valign="top"><?php echo TEXT_ALT_PAGE_KEY; ?></td>
            <td class="main" valign="top"><?php echo zen_draw_input_field('page_key', $ezInfo->page_key, 'size="100"');
             			   echo '<br />' . TEXT_ALT_PAGE_KEY_EXPLAIN;
            		?></td>
          </tr>
It is coming from the German Zen Cart version which is in many ways different from the american version and I forgot to remove this section when porting the original German version over. This should be the last leftover code, the other one is in collect_info.php as described few posts above. All sections which are added or modified for CEON URI Mapping are always clearly commented.