Add PrivateShop module templates and initial setup files
- Created restricted.tpl for displaying restricted access messages with customizable background options. - Added index.php files in hook and main template directories to prevent direct access and ensure proper redirection. - Implemented info.tpl to provide module information and support links, enhancing user experience with promotional content. - Included necessary CSS styles for the new templates to ensure proper layout and responsiveness.
BIN
modules/privateshoplite/views/img/__logo.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
modules/privateshoplite/views/img/access.png
Normal file
|
After Width: | Height: | Size: 940 B |
BIN
modules/privateshoplite/views/img/bg_table_th.png
Normal file
|
After Width: | Height: | Size: 274 B |
BIN
modules/privateshoplite/views/img/c.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
modules/privateshoplite/views/img/color.png
Normal file
|
After Width: | Height: | Size: 833 B |
BIN
modules/privateshoplite/views/img/colorpicker.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
modules/privateshoplite/views/img/config.png
Normal file
|
After Width: | Height: | Size: 863 B |
BIN
modules/privateshoplite/views/img/download.png
Normal file
|
After Width: | Height: | Size: 475 B |
BIN
modules/privateshoplite/views/img/empty.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
modules/privateshoplite/views/img/graybar.jpg
Normal file
|
After Width: | Height: | Size: 361 B |
BIN
modules/privateshoplite/views/img/grid.gif
Normal file
|
After Width: | Height: | Size: 84 B |
BIN
modules/privateshoplite/views/img/group.png
Normal file
|
After Width: | Height: | Size: 424 B |
32
modules/privateshoplite/views/img/index.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2013 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 PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2013 PrestaShop SA
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (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;
|
||||
BIN
modules/privateshoplite/views/img/info.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
modules/privateshoplite/views/img/l.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
modules/privateshoplite/views/img/load.gif
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
modules/privateshoplite/views/img/logo.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
modules/privateshoplite/views/img/minus_2.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
modules/privateshoplite/views/img/modules/customfields.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
32
modules/privateshoplite/views/img/modules/index.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2013 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 PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2013 PrestaShop SA
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (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;
|
||||
BIN
modules/privateshoplite/views/img/modules/prettyurl.png
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
modules/privateshoplite/views/img/modules/registrationfields.png
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
modules/privateshoplite/views/img/plus.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
modules/privateshoplite/views/img/private/010.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
modules/privateshoplite/views/img/private/Tło.jpg
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
modules/privateshoplite/views/img/private/baner_croptop_pl.jpg
Normal file
|
After Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 101 KiB |
BIN
modules/privateshoplite/views/img/private/field_6(2).jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
32
modules/privateshoplite/views/img/private/index.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2013 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 PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2013 PrestaShop SA
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (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;
|
||||
BIN
modules/privateshoplite/views/img/private/redline_rl_logo.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
modules/privateshoplite/views/img/private/tmp/field_6(2).jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
32
modules/privateshoplite/views/img/private/tmp/index.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2013 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 PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2013 PrestaShop SA
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (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;
|
||||
BIN
modules/privateshoplite/views/img/r.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
modules/privateshoplite/views/img/shop.png
Normal file
|
After Width: | Height: | Size: 902 B |
BIN
modules/privateshoplite/views/img/usr.png
Normal file
|
After Width: | Height: | Size: 547 B |