PEEL Shopping
Open source ecommerce : PEEL Shopping
cookie.php
Go to the documentation of this file.
1 <?php
2 // This file should be in UTF8 without BOM - Accents examples: éèê
3 // +----------------------------------------------------------------------+
4 // | Copyright (c) 2004-2015 Advisto SAS, service PEEL - contact@peel.fr |
5 // +----------------------------------------------------------------------+
6 // | This file is part of PEEL Shopping 8.0.0, which is subject to an |
7 // | opensource GPL license: you are allowed to customize the code |
8 // | for your own needs, but must keep your changes under GPL |
9 // | More information: https://www.peel.fr/lire/licence-gpl-70.html |
10 // +----------------------------------------------------------------------+
11 // | Author: Advisto SAS, RCS 479 205 452, France, https://www.peel.fr/ |
12 // +----------------------------------------------------------------------+
13 // $Id: cookie.php 46935 2015-09-18 08:49:48Z gboussin $
14 include("configuration.inc.php");
15 
16 include($GLOBALS['repertoire_modele'] . "/haut.php");
17 
18 echo '
19 <h1 property="name">' . $GLOBALS['STR_EMPTY_CADDIE'] . '</h2>
20 <h3>' . $GLOBALS['STR_COOKIES_REMINDER'] . '</h3>
21 <p>
22  ' . $GLOBALS['STR_COOKIES_INFO'] . '
23 </p>
24 <p>
25  ' . $GLOBALS['STR_COOKIES_INFO2'] . '
26 </p>
27 <p>
28  ' . $GLOBALS['STR_SUPPORT'] . '
29 </p>
30  ' . $GLOBALS['STR_COOKIES_HOWTO'] . '
31 </p>
32 <p>
33  <b>Mozilla Firefox 3+</b><br />
34  ' . $GLOBALS['STR_COOKIES_MOZ'] . '
35 </p>
36 
37 <p>
38  <b>Safari 4+</b><br />
39 ' . $GLOBALS['STR_COOKIES_SAFARI'] . '
40 </p>
41 <p>
42  <b>Google Chrome 5+</b><br />
43 ' . $GLOBALS['STR_COOKIES_CHROME'] . '
44 </p>
45 <p>
46  <b>Internet Explorer 6+</b><br />
47 ' . $GLOBALS['STR_COOKIES_IE'] . '
48 </p>
49 <p>
50  <b>Netscape 6+</b><br />
51 ' . $GLOBALS['STR_COOKIES_NETSCAPE'] . '
52 </p>
53 ';
54 
55 include($GLOBALS['repertoire_modele'] . "/bas.php");
56 
$GLOBALS['page_columns_count']

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:29:52 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.