diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index 36e65f31..2d74e9b8 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -8324,9 +8324,9 @@ }, "head.tpl": { "type": "-", - "size": 4348, - "lmtime": 1712869144611, - "modified": true + "size": 4490, + "lmtime": 1750079503486, + "modified": false }, "index.php": { "type": "-", @@ -8611,14 +8611,14 @@ "components": {}, "custom.css": { "type": "-", - "size": 2738, + "size": 4452, "lmtime": 0, "modified": true }, "dr_materac.css": { "type": "-", "size": 84196, - "lmtime": 1749162914356, + "lmtime": 1750097046580, "modified": false }, "dr_materac.css.map": { @@ -8636,7 +8636,7 @@ "dr_materac.scss": { "type": "-", "size": 100452, - "lmtime": 1749162914359, + "lmtime": 1750097046582, "modified": false }, "dr_materac.sync-conflict-20231027-195749-EDGUH2C.css": { diff --git a/modules/appagebuilder/views/templates/hook/ApTabs.tpl b/modules/appagebuilder/views/templates/hook/ApTabs.tpl index d493f101..9c12043e 100644 --- a/modules/appagebuilder/views/templates/hook/ApTabs.tpl +++ b/modules/appagebuilder/views/templates/hook/ApTabs.tpl @@ -1,4 +1,4 @@ -{* +{* * @Module Name: AP Page Builder * @Website: apollotheme.com - prestashop template provider * @author Apollotheme @@ -13,7 +13,7 @@ // ACTION USE EFFECT $("#{$formAtts.id|escape:'html':'UTF-8'} .tab-pane").addClass("fade"); {/if} - + {if $formAtts.active_tab >= 0} // ACTION SET ACTIVE $('#{$formAtts.id|escape:'html':'UTF-8'} .nav a:eq({$formAtts.active_tab|escape:'html':'UTF-8'})').trigger('click'); @@ -34,7 +34,7 @@