first commit
This commit is contained in:
35
themes/at_movic/development/customize/index.php
Normal file
35
themes/at_movic/development/customize/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (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:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* 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 PrestaShop SA
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-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;
|
||||
27
themes/at_movic/development/customize/layout.xml
Normal file
27
themes/at_movic/development/customize/layout.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<themeeditor>
|
||||
|
||||
<author>leotheme</author>
|
||||
<name>Live Theme Editor</name>
|
||||
<layout>
|
||||
|
||||
<item>
|
||||
<block>layout_mode</block>
|
||||
<title>Layout Mode</title>
|
||||
<default>fullwidth</default>
|
||||
<option>
|
||||
<name>Full Width</name>
|
||||
<id>fullwidth</id>
|
||||
</option>
|
||||
<option>
|
||||
<name>Boxed Large</name>
|
||||
<id>layout-boxed-lg</id>
|
||||
</option>
|
||||
<option>
|
||||
<name>Boxed Medium</name>
|
||||
<id>layout-boxed-md</id>
|
||||
</option>
|
||||
|
||||
</item>
|
||||
</layout>
|
||||
</themeeditor>
|
||||
23
themes/at_movic/development/customize/module.xml
Normal file
23
themes/at_movic/development/customize/module.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<modules>
|
||||
|
||||
<author>leotheme</author>
|
||||
<name>Internal Module</name>
|
||||
|
||||
<module>
|
||||
<name>Top Banner</name>
|
||||
<key>top_banner1</key>
|
||||
<lang>1</lang>
|
||||
<data><![CDATA[Prestafs daf sdaf sdafShop]]></data>
|
||||
<explain>fadsfas</explain>
|
||||
</module>
|
||||
<module>
|
||||
<name>Top Banner</name>
|
||||
<key>top_banneree1</key>
|
||||
<lang>1</lang>
|
||||
<data><![CDATA[Prestafs daf sdaf sdafShop]]></data>
|
||||
<explain>fadsfas</explain>
|
||||
</module>
|
||||
|
||||
|
||||
</modules>
|
||||
77
themes/at_movic/development/customize/themeeditor.xml
Normal file
77
themes/at_movic/development/customize/themeeditor.xml
Normal file
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<themeeditor>
|
||||
<version value="1.4">
|
||||
<ccc available="true" />
|
||||
<guest_checkout available="true" />
|
||||
<one_page_checkout available="true" />
|
||||
<store_locator available="true" />
|
||||
</version>
|
||||
<author>leotheme</author>
|
||||
<name>Live Theme Editor</name>
|
||||
<selectors>
|
||||
<items>
|
||||
<header>Body Content</header>
|
||||
<match>body</match>
|
||||
<item>
|
||||
<type>image</type>
|
||||
<label>Body Bg Image</label>
|
||||
<selector>body, body:before</selector>
|
||||
<attrs>background-image</attrs>
|
||||
</item>
|
||||
<item>
|
||||
<type>text</type>
|
||||
<label>Background Content</label>
|
||||
<selector>body</selector>
|
||||
<attrs>background-color</attrs>
|
||||
</item>
|
||||
<item>
|
||||
<type>image</type>
|
||||
<label>Container Bg Image</label>
|
||||
<selector>.container</selector>
|
||||
<attrs>background-image</attrs>
|
||||
</item>
|
||||
<item>
|
||||
<type>text</type>
|
||||
<label>Container Background</label>
|
||||
<selector>.container</selector>
|
||||
<attrs>background-color</attrs>
|
||||
</item>
|
||||
<item>
|
||||
<type>fontsize</type>
|
||||
<label>Font-Size</label>
|
||||
<selector>body</selector>
|
||||
<attrs>font-size</attrs>
|
||||
</item>
|
||||
<item>
|
||||
<type>fontfamily</type>
|
||||
<label>Font-Family</label>
|
||||
<selector>.wrapper .container .title_block</selector>
|
||||
<attrs>font-family</attrs>
|
||||
</item>
|
||||
<item>
|
||||
<type>text</type>
|
||||
<label>Color Text</label>
|
||||
<selector>body,p</selector>
|
||||
<attrs>color</attrs>
|
||||
</item>
|
||||
<item>
|
||||
<type>text</type>
|
||||
<label>Link Color</label>
|
||||
<selector>a</selector>
|
||||
<attrs>color</attrs>
|
||||
</item>
|
||||
<item>
|
||||
<type>text</type>
|
||||
<label>Link Hover Color</label>
|
||||
<selector>a:hover</selector>
|
||||
<attrs>color</attrs>
|
||||
</item>
|
||||
<item>
|
||||
<type>text</type>
|
||||
<label>Headings Color</label>
|
||||
<selector>h1, h2, h3, h4, h5, h6</selector>
|
||||
<attrs>color</attrs>
|
||||
</item>
|
||||
</items>
|
||||
</selectors>
|
||||
</themeeditor>
|
||||
35
themes/at_movic/development/index.php
Normal file
35
themes/at_movic/development/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (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:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* 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 PrestaShop SA
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-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;
|
||||
Reference in New Issue
Block a user