diff --git a/src/metadata.php b/src/metadata.php index 7f9791d..ed3595b 100644 --- a/src/metadata.php +++ b/src/metadata.php @@ -30,6 +30,9 @@ use OxidEsales\Eshop\Core\Registry; $sMetadataVersion = '2.1'; $sLogo = '(D3) '; +$shopUrl = function_exists('oxNew') ? Registry::getConfig()->getCurrentShopUrl(false) : '../'; + + /** * Module information */ @@ -53,13 +56,13 @@ $aModule = array(

Sicherheitshinweis