first commit

This commit is contained in:
2025-01-06 20:47:25 +01:00
commit 3bdbd78c2f
25591 changed files with 3586440 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 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/osl-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 PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
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,8 @@
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('14','ybcCustom4','1','0','1','1','','','#','1');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('53','ybcCustom1','1','0','1','1','banner-home1.jpg','','#','1');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('54','ybcCustom3','1','0','1','1','bnsp.jpg','','#','1');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('70','displayTopColumn','1','0','1','1','banner-top1.jpg','','#','1');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('71','displayTopColumn','1','0','1','1','banner-top2.jpg','','#','2');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('72','ybcCustom2','1','0','1','1','banner2.jpg','','#','1');

View File

@@ -0,0 +1,23 @@
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('14','_ID_LANG_','Top navigation','','<ul>
<li><a href=\"http://theme.yourbestcode.com/probusiness17/content/4-about-us\">About Us</a></li>
<li><a href=\"#\">Company News</a></li>
<li><a href=\"#\">Support</a></li>
<li><a href=\"http://theme.yourbestcode.com/probusiness17/en/blog\">Blog</a></li>
<li><a href=\"http://theme.yourbestcode.com/probusiness17/en/contact-us\">Contact</a>
<ul>
<li><a href=\"http://theme.yourbestcode.com/probusiness17/en/contact-us?YBC_TC_CONTACT_FORM_LAYOUT=contactlayout1\">Contact 1</a></li>
<li><a href=\"http://theme.yourbestcode.com/probusiness17/en/contact-us?YBC_TC_CONTACT_FORM_LAYOUT=contactlayout2\">Contact 2</a></li>
<li><a href=\"http://theme.yourbestcode.com/probusiness17/en/contact-us?YBC_TC_CONTACT_FORM_LAYOUT=contactlayout3\">Contact 3</a></li>
</ul>
</li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('53','_ID_LANG_','Pro Business','','<h4 class=\"ybc-widget-title\"><a href=\"#\">Pro<span class=\"main-color\"> Business</span></a></h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta</p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('54','_ID_LANG_','Furniture Store','','<h4 class=\"ybc-widget-title\"><a href=\"#\">Furniture<span class=\"main-color\"> Store</span></a></h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta</p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('70','_ID_LANG_','banner top 1','','');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('71','_ID_LANG_','banner top 2','','');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('72','_ID_LANG_','Premium Prestashop Theme','','<h4 class=\"ybc-widget-title\"><a href=\"#\">Premium<span class=\"main-color\"> Prestashop</span> Theme</a></h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta</p>');