X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions-functions.php;h=a680cc148770565a9499f898a22aed5253c204f3;hp=44a8ea04f1435c2b91450384b8e4cecb2818f7b2;hb=ffe213c8e3f85119ddd5544214d0de9ecb833d98;hpb=0b0ad98572a523c99f9a7843edfc0feeca4b2a10 diff --git a/inc/extensions-functions.php b/inc/extensions-functions.php index 44a8ea04f1..a680cc1487 100644 --- a/inc/extensions-functions.php +++ b/inc/extensions-functions.php @@ -977,7 +977,7 @@ function createNewExtensionTask ($ext_name) { // Template file $tpl = sprintf("%stemplates/%s/html/ext/ext_%s.tpl", - getConfig('PATH'), + getPath(), getLanguage(), $ext_name ); @@ -1603,7 +1603,7 @@ function getExtensionHasCss () { // Construct FQFN for check $FQFN = sprintf("%stheme/%s/css/%s.css", - getConfig('PATH'), + getPath(), getCurrentTheme(), getCurrentExtensionName() );