Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{*
* 2017 Agence Bondaty and Co
*
* @author Agence Bondaty and Co <support@bondaty-and-co.fr>
* @copyright 2017 Agence Bondaty and Co
* @license single
* Agence Bondaty and Co
*}
<!-- START Module Checkage -->
<style>
div .alertes{
background:#fff;
border-radius:10px;
padding:15px;
font-size:16px;
font-weight:bold;
}
.red{
text-transform:uppercase;
color:red;
font-size:20px;
}
.green{
text-transform:uppercase;
color:green;
font-size:20px;
}
</style>
<div class="alertes"><i class="icon-exclamation-triangle green"></i> {l s='The age check is active throughout the shop' mod='checkage'}</div>
<!-- END Module Checkage -->

View File

@@ -0,0 +1,19 @@
<?php
/**
* 2017 Agence Bondaty and Co
*
* @author Agence Bondaty and Co <support@bondaty-and-co.fr>
* @copyright 2017 Agence Bondaty and Co
* @license single
* Agence Bondaty and Co
*/
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,31 @@
{*
* 2017 Agence Bondaty and Co
*
* @author Agence Bondaty and Co <support@bondaty-and-co.fr>
* @copyright 2017 Agence Bondaty and Co
* @license single
* Agence Bondaty and Co
*}
<!-- START Module Checkage -->
<style>
div .alertes{
background:#fff;
border-radius:10px;
padding:15px;
font-size:16px;
font-weight:bold;
}
.red{
text-transform:uppercase;
color:red;
font-size:20px;
}
.green{
text-transform:uppercase;
color:green;
font-size:20px;
}
</style>
<div class="alertes"><i class="icon-exclamation-triangle red"></i> {l s='The age check is only active on the selected categories or pages' mod='checkage'}</div>
<!-- END Module Checkage -->