Please ignore previous reply. It now seems that the "> is only missing when viewed with some browsers, so it may not apply.
Code:
<!– GetResponse Plugin –>
<?php
if (MODULE_ORDER_TOTAL_GETRESPONSE_STATUS == ‘true’) {
echo '<script type=”text/javascript” src=”includes/getresponse/jquery-1.7.1.min.js”></script>';
if ($_GET['module']==’ot_getresponse’ AND $_GET['action']==’edit’) {
echo '<script type=”text/javascript” src=”includes/getresponse/ot_getresponse_campaign.js”></script>';
}
else if ($_GET['module']==’ot_getresponse’ AND $_GET['action']!=’remove’) {
echo '<script type=”text/javascript” src=”includes/getresponse/ot_getresponse_export.js”></script>';
}
}
?>
<!– GetResponse Plugin –>
I did note that the single quote in some of the lines have been replaced with backticks though (may also be browser related), so to avoid this problem, cut and paste the code above.
Cheers
RodG