From f56078e84c58b42870bc4528a1e9d2cd940fa01f Mon Sep 17 00:00:00 2001 From: Vitaliy Dmytruk Date: Wed, 3 Nov 2021 17:35:28 +0200 Subject: [PATCH] Add Argento Marketplase to theme list. --- Model/Css.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Model/Css.php b/Model/Css.php index bf31a49..6c5dec4 100644 --- a/Model/Css.php +++ b/Model/Css.php @@ -14,6 +14,7 @@ class Css const ARGENTO_HOME = 'swissup_argento_home'; const ARGENTO_LUXURY = 'swissup_argento_luxury'; const ARGENTO_MALL = 'swissup_argento_mall'; + const ARGENTO_MARKETPLACE = 'swissup_argento_marketplace'; const ARGENTO_PURE = 'swissup_argento_pure'; const ARGENTO_PURE2 = 'swissup_argento_pure2'; const ARGENTO_STRIPES = 'swissup_argento_stripes'; @@ -98,6 +99,7 @@ public function getThemesList() self::ARGENTO_HOME, self::ARGENTO_LUXURY, self::ARGENTO_MALL, + self::ARGENTO_MARKETPLACE, self::ARGENTO_PURE, self::ARGENTO_PURE2, self::ARGENTO_STRIPES