first commit

This commit is contained in:
2024-10-25 14:16:28 +02:00
commit 925276dbb2
33795 changed files with 4780077 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{*
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author ST-themes <hellolee@gmail.com>
* @copyright 2007-2017 ST-themes
* @license Use, by you or one client for one Prestashop instance.
*}
{if isset($navigate) && count($navigate)}
<ul class="breadcrumb cat_bar2">
{assign var=i value=0}
{foreach $navigate key=key item=item}
<li>
{if $i++ == 0}
<i class="icon-home"></i>
{/if}
{$item}
</li>
{/foreach}
</ul>
{/if}

View File

@@ -0,0 +1,26 @@
{*
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author ST-themes <hellolee@gmail.com>
* @copyright 2007-2017 ST-themes
* @license Use, by you or one client for one Prestashop instance.
*}
{if isset($custom_css) && $custom_css}
<style type="text/css">{$custom_css nofilter}</style>
{/if}

View File

@@ -0,0 +1,34 @@
<?php
/*
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author ST-themes <hellolee@gmail.com>
* @copyright 2007-2017 ST-themes
* @license Use, by you or one client for one Prestashop instance.
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,23 @@
<!-- MODULE st banner -->
{if isset($groups)}
{foreach $groups as $group}
{assign var='style' value=0}
{if isset($group.style) && $group.style}{$style=1}{/if}
{capture name="parallax_param"}{if $group.bg_img && $group.speed!=1 && !$group.mpfour} data-stellar-background-ratio="{$group.speed}" data-stellar-vertical-offset="{(int)$group.bg_img_v_offset}" {/if}{/capture}
{capture name="video_background"}{if $group.mpfour} data-vide-bg="mp4: {$group.mpfour}{if $group.webm}, webm: {$group.webm}{/if}{if $group.ogg}, ogv: {$group.ogg}{/if}{if $group.video_poster}, poster: {$group.video_poster}{/if}" data-vide-options="loop: {if $group.loop}true{else}false{/if}, muted: {if $group.muted}true{else}false{/if}, position: 50% {(int)$group.video_v_offset}%" {/if}{/capture}
{if $group.is_full_width}<div id="banner_container_{$group.id_st_banner_group}" class="banner_container full_container {if $group.hide_on_mobile == 1} hidden-md-down {elseif $group.hide_on_mobile == 2} hidden-lg-up {/if} block {if $group.mpfour} video_bg_block {/if}" {$smarty.capture.parallax_param nofilter} {$smarty.capture.video_background nofilter}>{if !$group.stretched}<div class="container">{/if}{/if}
<div id="st_banner_{$group.id_st_banner_group}" class="st_banner_row st_banner_{$style} {if !$group.is_full_width} block {/if} {if $group.hide_on_mobile == 1} hidden-md-down {elseif $group.hide_on_mobile == 2} hidden-lg-up {/if}{if $group['hover_effect']} hover_effect_{$group['hover_effect']} {/if} {if isset($group.is_column) && $group.is_column} column_block {/if} {if $group.mpfour} video_bg_block {/if}" {if !$group.is_full_width}{$smarty.capture.parallax_param nofilter} {$smarty.capture.video_background nofilter}{/if}>
{if isset($group['banners']) && count($group['banners'])}
<div class="row block_content">
<div id="banner_box_{$group['id_st_banner_group']}" class="col-lg-12 banner_col" data-height="100">
{include file="module:stbanner/views/templates/hook/stbanner-block.tpl" banner_data=$group['banners'][0] banner_height=$group['height'] banner_style=$style}
</div>
</div>
{elseif isset($group['columns'])}
{include file="module:stbanner/views/templates/hook/stbanner-column.tpl" columns_data=$group['columns'] banner_style=$style}
{/if}
</div>
{if $group.is_full_width}</div>{if !$group.stretched}</div>{/if}{/if}
{/foreach}
{/if}
<!--/ MODULE st banner -->

View File

@@ -0,0 +1,22 @@
{if $banner_data['url'] && !$banner_data['description_has_links']}
<a id="st_banner_block_{$banner_data['id_st_banner']}" href="{$banner_data['url']|escape:'html'}" class="st_banner_block_{$banner_data['id_st_banner']} st_banner_block" target="{if $banner_data['new_window']}_blank{else}_self{/if}" title="{$banner_data['title']|escape:'htmlall':'UTF-8'}" style="{if !$banner_style}height:{$banner_height}px;{/if}">
{else}
<div id="st_banner_block_{$banner_data['id_st_banner']}" class="st_banner_block_{$banner_data['id_st_banner']} st_banner_block" style="{if !$banner_style}height:{$banner_height}px;{/if}">
{/if}
{if $banner_style}
<img class="adveditor_image" src="{$banner_data['image_multi_lang']}" alt="{$banner_data['title']|escape:'htmlall':'UTF-8'}" />
{else}
<div class="st_banner_image" style="{if isset($banner_data['image_multi_lang']) && $banner_data['image_multi_lang']}background-image:url({$banner_data['image_multi_lang']});{/if}{if isset($banner_data['bg_color']) && $banner_data['bg_color']}background-color:{$banner_data['bg_color']};{/if}"></div>
{/if}
{if $banner_data['description']}
<div class="st_image_layered_description {if $banner_data.hide_text_on_mobile} hidden-sm-down {/if} {if $banner_data.text_align==1} text-1 {elseif $banner_data.text_align==3} text-3 {else} text-2 {/if} {if $banner_data.text_position==1} flex_start flex_left {elseif $banner_data.text_position==2} flex_start flex_center {elseif $banner_data.text_position==3} flex_start flex_right {elseif $banner_data.text_position==4} flex_middle flex_left {elseif $banner_data.text_position==6} flex_middle flex_right {elseif $banner_data.text_position==7} flex_end flex_left {elseif $banner_data.text_position==8} flex_end flex_center {elseif $banner_data.text_position==9} flex_end flex_right {else} flex_middle flex_center {/if}">
<div class="st_image_layered_description_inner {if $banner_data.text_width} width_{$banner_data.text_width} {/if} style_content">
{$banner_data['description'] nofilter}
</div>
</div>
{/if}
{if $banner_data['url'] && !$banner_data['description_has_links']}
</a>
{else}
</div>
{/if}

View File

@@ -0,0 +1,19 @@
<div class="banner_image_box" style="background-image:url('{$banner_data['image_multi_lang']}');"></div>
{if $banner_data['url'] && !$banner_data['button_text']}
<a href="{$banner_data['url']|escape:'html'}" class="banner_scaffold" target="{if $banner_data['new_window']}_blank{else}_self{/if}" title="{$banner_data['title']|escape:'htmlall':'UTF-8'}">
{else}
<div class="banner_scaffold">
{/if}
{if $banner_data['description'] || ($banner_data['button_text'] && $banner_data['url'])}
<div class="text_td">
{if $banner_data['description']}{$banner_data['description']}{/if}
{if $banner_data['button_text'] && $banner_data['url']}<a href="{$banner_data['url']|escape:'html'}" class="banner_btn" target="{if $banner_data['new_window']}_blank{else}_self{/if}" title="{$banner_data['button_text']}">{$banner_data['button_text']}</a>{/if}
</div>
{/if}
{if $banner_data['url'] && !$banner_data['button_text']}
</a>
{else}
</div>
{/if}

View File

@@ -0,0 +1,17 @@
<!-- MODULE st banner column -->
{if isset($columns_data)}
<div class="row">
{foreach $columns_data as $column}
{if ( isset($column['columns']) && count($column['columns']) ) || ( isset($column['banners']) && count($column['banners']) )}
<div id="banner_box_{$column['id_st_banner_group']}" class="col-md-{$column['width']} banner_col {if isset($column['banner_b']) && $column['banner_b']} banner_b{/if} {if $column['hide_on_mobile']} hidden-xs {/if}" data-height="{$column['height']}" >
{if isset($column['banners']) && count($column['banners'])}
{include file="module:stbanner/views/templates/hook/stbanner-block.tpl" banner_data=$column['banners'][0] banner_height=$column['height_px'] banner_style=$banner_style}
{else}
{include file="module:stbanner/views/templates/hook/stbanner-column.tpl" columns_data=$column['columns'] banner_style=$banner_style}
{/if}
</div>
{/if}
{/foreach}
</div>
{/if}
<!--/ MODULE st banner column-->