]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-order_send.php
Fixes for POST setter, template and others
[mailer.git] / inc / js / js-order_send.php
index b44d43d8fe99e650252de471fdac23b37d3c527e..18981108fc3c22e014cd4d39b389a13a35b30e7b 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
  * MA  02110-1301  USA                                                  *
  ************************************************************************/
-
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} // END - if
+} elseif (!isExtensionActive('order')) {
+       return;
+}
 
 // Simply load the JavaScript here
-loadTemplate('js_order_sent');
+loadTemplate('js_order_send');
 
 // [EOF]
 ?>