diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 88301c6..f67018c 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -13,7 +13,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -$MODLANG['Contact'] = [ +return ['Contact' => [ 'Addresses' => 'Addresses', 'Address' => 'Address', 'City' => 'City', @@ -30,4 +30,4 @@ $MODLANG['Contact'] = [ 'Province' => 'Province', 'State' => 'State', 'Zip' => 'Zip', -]; +]];