First upload
This commit is contained in:
486
shop/source/Application/views/flow/theme.php
Normal file
486
shop/source/Application/views/flow/theme.php
Normal file
@@ -0,0 +1,486 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* This file is part of O3-Shop.
|
||||
*
|
||||
* O3-Shop is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, version 3.
|
||||
*
|
||||
* O3-Shop is distributed in the hope that it will be useful, but
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* General Public License for more details.
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* @copyright Copyright (c) 2022 OXID eSales AG (https://www.oxid-esales.com)
|
||||
* @copyright Copyright (c) 2022 O3-Shop (https://www.o3-shop.com)
|
||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
||||
*/
|
||||
|
||||
/**
|
||||
* Theme Information
|
||||
*/
|
||||
$aTheme = array(
|
||||
'id' => 'flow',
|
||||
'title' => 'Flow',
|
||||
'description' => 'Flow is O3-Shops official responsive theme based on the CSS framework Bootstrap 3.',
|
||||
'thumbnail' => 'theme.jpg',
|
||||
'version' => '1.1.0',
|
||||
'author' => '<a href="https://www.o3-shop.com" title="O3-Shop">O3-Shop</a>',
|
||||
'settings' => array(
|
||||
array(
|
||||
'group' => 'images',
|
||||
'name' => 'aDetailImageSizes',
|
||||
'type' => 'aarr',
|
||||
'value' => array(
|
||||
'oxpic1' => '540*340',
|
||||
'oxpic2' => '540*340',
|
||||
'oxpic3' => '540*340',
|
||||
'oxpic4' => '540*340',
|
||||
'oxpic5' => '540*340',
|
||||
'oxpic6' => '540*340',
|
||||
'oxpic7' => '540*340',
|
||||
'oxpic8' => '540*340',
|
||||
'oxpic9' => '540*340',
|
||||
'oxpic10' => '540*340',
|
||||
'oxpic11' => '540*340',
|
||||
'oxpic12' => '540*340',
|
||||
),
|
||||
),
|
||||
array(
|
||||
'group' => 'display',
|
||||
'name' => 'aNrofCatArticles',
|
||||
'type' => 'arr',
|
||||
'value' => array("10", "20", "50", "100"),
|
||||
),
|
||||
array(
|
||||
'group' => 'display',
|
||||
'name' => 'aNrofCatArticlesInGrid',
|
||||
'type' => 'arr',
|
||||
'value' => array("12", "16", "24", "32"),
|
||||
),
|
||||
array(
|
||||
'group' => 'features',
|
||||
'name' => 'bl_showCompareList',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'features',
|
||||
'name' => 'bl_showGiftWrapping',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'features',
|
||||
'name' => 'bl_showListmania',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'display',
|
||||
'name' => 'bl_showManufacturerSlider',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'features',
|
||||
'name' => 'bl_showVouchers',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'features',
|
||||
'name' => 'bl_showWishlist',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'features',
|
||||
'name' => 'bl_showPriceAlarm',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'background',
|
||||
'name' => 'blBackgroundAttachment',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'emails',
|
||||
'name' => 'blEmailsShowProductPictures',
|
||||
'type' => 'bool',
|
||||
'value' => 0,
|
||||
),
|
||||
array(
|
||||
'group' => 'header',
|
||||
'name' => 'stickyHeader',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'footer',
|
||||
'name' => 'blFooterShowHelp',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'footer',
|
||||
'name' => 'blFooterShowLinks',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'footer',
|
||||
'name' => 'blFooterShowNews',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'footer',
|
||||
'name' => 'blFooterShowNewsletter',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'footer',
|
||||
'name' => 'blFooterShowNewsletterForm',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'display',
|
||||
'name' => 'blFullwidthLayout',
|
||||
'type' => 'bool',
|
||||
'value' => 0,
|
||||
),
|
||||
array(
|
||||
'group' => 'googleanalytics',
|
||||
'name' => 'blGAAnonymizeIPs',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'display',
|
||||
'name' => 'blShowBirthdayFields',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'display',
|
||||
'name' => 'blShowFinalStep',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'display',
|
||||
'name' => 'blShowListDisplayType',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'images',
|
||||
'name' => 'blSliderShowImageCaption',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'background',
|
||||
'name' => 'blUseBackground',
|
||||
'type' => 'bool',
|
||||
'value' => 0,
|
||||
),
|
||||
array(
|
||||
'group' => 'googleanalytics',
|
||||
'name' => 'blUseGAEcommerceTracking',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'googleanalytics',
|
||||
'name' => 'blUseGAPageTracker',
|
||||
'type' => 'bool',
|
||||
'value' => 1,
|
||||
),
|
||||
array(
|
||||
'group' => 'googlets',
|
||||
'name' => 'blUseGoogleTS',
|
||||
'type' => 'bool',
|
||||
'value' => 0,
|
||||
),
|
||||
array(
|
||||
'group' => 'display',
|
||||
'name' => 'iNewBasketItemMessage',
|
||||
'type' => 'select',
|
||||
'value' => 'str',
|
||||
'constraints' => '0|1|2|3',
|
||||
),
|
||||
array(
|
||||
'group' => 'background',
|
||||
'name' => 'sBackgroundColor',
|
||||
'type' => 'str',
|
||||
'value' => '#CCEBF5',
|
||||
),
|
||||
array(
|
||||
'group' => 'background',
|
||||
'name' => 'sBackgroundPath',
|
||||
'type' => 'str',
|
||||
'value' => 'mein_hintergrundbild.jpg',
|
||||
),
|
||||
array(
|
||||
'group' => 'background',
|
||||
'name' => 'sBackgroundPosHorizontal',
|
||||
'type' => 'select',
|
||||
'value' => 'center',
|
||||
'constraints' => 'left|right|center',
|
||||
),
|
||||
array(
|
||||
'group' => 'background',
|
||||
'name' => 'sBackgroundPosVertical',
|
||||
'type' => 'select',
|
||||
'value' => 'top',
|
||||
'constraints' => 'top|bottom|center',
|
||||
),
|
||||
array(
|
||||
'group' => 'background',
|
||||
'name' => 'sBackgroundRepeat',
|
||||
'type' => 'select',
|
||||
'value' => 'no-repeat',
|
||||
'constraints' => 'no-repeat|repeat-x|repeat-y|repeat',
|
||||
),
|
||||
array(
|
||||
'group' => 'background',
|
||||
'name' => 'sBackgroundSize',
|
||||
'type' => 'select',
|
||||
'value' => 'cover',
|
||||
'constraints' => 'cover|contain|normal',
|
||||
),
|
||||
array(
|
||||
'group' => 'footer',
|
||||
'name' => 'sBlogUrl',
|
||||
'type' => 'str',
|
||||
'value' => 'https://wordpress.org',
|
||||
),
|
||||
array(
|
||||
'group' => 'images',
|
||||
'name' => 'sCatIconsize',
|
||||
'type' => 'str',
|
||||
'value' => '168*100',
|
||||
),
|
||||
array(
|
||||
'group' => 'images',
|
||||
'name' => 'sCatPromotionsize',
|
||||
'type' => 'str',
|
||||
'value' => '370*107',
|
||||
),
|
||||
array(
|
||||
'group' => 'images',
|
||||
'name' => 'sCatThumbnailsize',
|
||||
'type' => 'str',
|
||||
'value' => '1140*250',
|
||||
),
|
||||
array(
|
||||
'group' => 'display',
|
||||
'name' => 'sDefaultListDisplayType',
|
||||
'type' => 'select',
|
||||
'value' => 'infogrid',
|
||||
'constraints' => 'infogrid|line|grid',
|
||||
),
|
||||
array(
|
||||
'group' => 'googlets',
|
||||
'name' => 'sDeliveryDaysNotOnStock',
|
||||
'type' => 'str',
|
||||
'value' => '14',
|
||||
),
|
||||
array(
|
||||
'group' => 'googlets',
|
||||
'name' => 'sDeliveryDaysOnStock',
|
||||
'type' => 'str',
|
||||
'value' => '6',
|
||||
),
|
||||
array(
|
||||
'group' => 'logo',
|
||||
'name' => 'sEmailLogo',
|
||||
'type' => 'str',
|
||||
'value' => 'logo_email.png',
|
||||
),
|
||||
array(
|
||||
'group' => 'footer',
|
||||
'name' => 'sFacebookUrl',
|
||||
'type' => 'str',
|
||||
'value' => 'https://www.facebook.com',
|
||||
),
|
||||
array(
|
||||
'group' => 'favicons',
|
||||
'name' => 'sFavicon128File',
|
||||
'type' => 'str',
|
||||
'value' => 'favicon_128x128.png',
|
||||
),
|
||||
array(
|
||||
'group' => 'favicons',
|
||||
'name' => 'sFavicon16File',
|
||||
'type' => 'str',
|
||||
'value' => 'favicon_16x16.png',
|
||||
),
|
||||
array(
|
||||
'group' => 'favicons',
|
||||
'name' => 'sFavicon32File',
|
||||
'type' => 'str',
|
||||
'value' => 'favicon_32x32.png',
|
||||
),
|
||||
array(
|
||||
'group' => 'favicons',
|
||||
'name' => 'sFavicon48File',
|
||||
'type' => 'str',
|
||||
'value' => 'favicon_48x48.png',
|
||||
),
|
||||
array(
|
||||
'group' => 'favicons',
|
||||
'name' => 'sFavicon512File',
|
||||
'type' => 'str',
|
||||
'value' => 'favicon_512x512.png',
|
||||
),
|
||||
array(
|
||||
'group' => 'favicons',
|
||||
'name' => 'sFavicon64File',
|
||||
'type' => 'str',
|
||||
'value' => 'favicon_64x64.png',
|
||||
),
|
||||
array(
|
||||
'group' => 'favicons',
|
||||
'name' => 'sFaviconFile',
|
||||
'type' => 'str',
|
||||
'value' => 'favicon.ico',
|
||||
),
|
||||
array(
|
||||
'group' => 'favicons',
|
||||
'name' => 'sFaviconMSTileColor',
|
||||
'type' => 'str',
|
||||
'value' => '#D83434',
|
||||
),
|
||||
array(
|
||||
'group' => 'googleanalytics',
|
||||
'name' => 'sGATrackingId',
|
||||
'type' => 'str',
|
||||
'value' => '',
|
||||
),
|
||||
array(
|
||||
'group' => 'contact',
|
||||
'name' => 'sGoogleMapsAddr',
|
||||
'type' => 'str',
|
||||
'value' => 'O3-Shop, XXXstraße 123, 01234 Musterstadt',
|
||||
),
|
||||
array(
|
||||
'group' => 'footer',
|
||||
'name' => 'sGooglePlusUrl',
|
||||
'type' => 'str',
|
||||
'value' => 'https://plus.google.com',
|
||||
),
|
||||
array(
|
||||
'group' => 'googlets',
|
||||
'name' => 'sGoogleShoppingAccountId',
|
||||
'type' => 'str',
|
||||
'value' => '',
|
||||
),
|
||||
array(
|
||||
'group' => 'googlets',
|
||||
'name' => 'sGoogleVendorId',
|
||||
'type' => 'str',
|
||||
'value' => '',
|
||||
),
|
||||
array(
|
||||
'group' => 'images',
|
||||
'name' => 'sIconsize',
|
||||
'type' => 'str',
|
||||
'value' => '87*87',
|
||||
),
|
||||
array(
|
||||
'group' => 'logo',
|
||||
'name' => 'sLogoFile',
|
||||
'type' => 'str',
|
||||
'value' => 'logo_o3.png',
|
||||
),
|
||||
array(
|
||||
'group' => 'logo',
|
||||
'name' => 'sLogoHeight',
|
||||
'type' => 'str',
|
||||
'value' => '60',
|
||||
),
|
||||
array(
|
||||
'group' => 'logo',
|
||||
'name' => 'sLogoWidth',
|
||||
'type' => 'str',
|
||||
'value' => '200',
|
||||
),
|
||||
array(
|
||||
'group' => 'images',
|
||||
'name' => 'sManufacturerIconsize',
|
||||
'type' => 'str',
|
||||
'value' => '100*100',
|
||||
),
|
||||
array(
|
||||
'group' => 'googlets',
|
||||
'name' => 'sPageLanguage',
|
||||
'type' => 'str',
|
||||
'value' => 'de_DE',
|
||||
),
|
||||
array(
|
||||
'group' => 'googlets',
|
||||
'name' => 'sShippingDaysNotOnStock',
|
||||
'type' => 'str',
|
||||
'value' => '5',
|
||||
),
|
||||
array(
|
||||
'group' => 'googlets',
|
||||
'name' => 'sShippingDaysOnStock',
|
||||
'type' => 'str',
|
||||
'value' => '3',
|
||||
),
|
||||
array(
|
||||
'group' => 'googlets',
|
||||
'name' => 'sShoppingCountry',
|
||||
'type' => 'str',
|
||||
'value' => 'DE',
|
||||
),
|
||||
array(
|
||||
'group' => 'googlets',
|
||||
'name' => 'sShoppingLanguage',
|
||||
'type' => 'str',
|
||||
'value' => 'de',
|
||||
),
|
||||
array(
|
||||
'group' => 'display',
|
||||
'name' => 'sStartPageListDisplayType',
|
||||
'type' => 'select',
|
||||
'value' => 'grid',
|
||||
'constraints' => 'infogrid|line|grid',
|
||||
),
|
||||
array(
|
||||
'group' => 'images',
|
||||
'name' => 'sThumbnailsize',
|
||||
'type' => 'str',
|
||||
'value' => '390*245',
|
||||
),
|
||||
array(
|
||||
'group' => 'footer',
|
||||
'name' => 'sTwitterUrl',
|
||||
'type' => 'str',
|
||||
'value' => 'https://twitter.com',
|
||||
),
|
||||
array(
|
||||
'group' => 'footer',
|
||||
'name' => 'sYouTubeUrl',
|
||||
'type' => 'str',
|
||||
'value' => 'https://www.youtube.com',
|
||||
),
|
||||
array(
|
||||
'group' => 'images',
|
||||
'name' => 'sZoomImageSize',
|
||||
'type' => 'str',
|
||||
'value' => '665*665',
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user