first commit

This commit is contained in:
2024-11-05 12:22:50 +01:00
commit e5682a3912
19641 changed files with 2948548 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{*
* @Module Name: AP Page Builder
* @Website: apollotheme.com - prestashop template provider
* @author Apollotheme <apollotheme@gmail.com>
* @copyright Apollotheme
* @description: ApPageBuilder is module help you can build content for your shop
*}
{assign var="ENABLE_RESPONSIVE" value="1" scope="global"}
{assign var="LISTING_GRID_MODE" value="grid" scope="global"}
{assign var="LISTING_PRODUCT_COLUMN_MODULE" value="3" scope="global"}
{assign var="LISTING_PRODUCT_COLUMN" value="3" scope="global"}
{assign var="LISTING_PRODUCT_LARGEDEVICE" value="3" scope="global"}
{assign var="LISTING_PRODUCT_TABLET" value="2" scope="global"}
{assign var="LISTING_PRODUCT_SMALLDEVICE" value="2" scope="global"}
{assign var="LISTING_PRODUCT_EXTRASMALLDEVICE" value="2" scope="global"}
{assign var="LISTING_PRODUCT_MOBILE" value="1" scope="global"}