// Some security stuff...
if (!defined('__SECURITY')) {
die();
-} // END - if
+} elseif (!isExtensionActive('')) {
+ return;
+}
// [EOF]
?>
// Some security stuff...
if (!defined('__SECURITY')) {
die();
-} // END - if
+} elseif (!isExtensionActive('order')) {
+ return;
+}
// Simply load the JavaScript here
loadTemplate('js_order_sent');
// Some security stuff...
if (!defined('__SECURITY')) {
die();
-} // END - if
+} elseif (!isExtensionActive('surfbar')) {
+ return;
+}
// Simply load the JavaScript here
loadTemplate('js_surfbar_member_book');
// Some security stuff...
if (!defined('__SECURITY')) {
die();
-} // END - if
+} elseif (!isExtensionActive('surfbar')) {
+ return;
+}
// Prepare content
$content = array(
// Some security stuff...
if (!defined('__SECURITY')) {
die();
-} // END - if
+} elseif (!isExtensionActive('surfbar')) {
+ return;
+}
// Prepare content
$content = array(
// Some security stuff...
if (!defined('__SECURITY')) {
die();
-} // END - if
+} elseif (!isExtensionActive('uberwach')) {
+ return;
+}
// Simply load the JavaScript here
loadTemplate('js_uberwach');