PEEL Shopping
Open source ecommerce : PEEL Shopping
index.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: index.php 46935 2015-09-18 08:49:48Z gboussin $
14 include("../configuration.inc.php");
15 
16 $GLOBALS['page_name'] = 'lexique';
17 define('IN_LEXIQUE', true);
18 
19 include($GLOBALS['repertoire_modele'] . "/haut.php");
20 
21 if (!isset($_GET['lettre']) && !isset($_GET['id'])) {
22  print_lexique('');
23  print_liste_mot('');
24 } elseif (isset($_GET['lettre']) && !isset($_GET['id'])) {
25  print_lexique($_GET['lettre']);
26  print_liste_mot($_GET['lettre']);
27 } elseif (isset($_GET['lettre']) && isset($_GET['id'])) {
28  print_lexique($_GET['lettre']);
29  print_definition($_GET['id']);
30 }
31 
32 include($GLOBALS['repertoire_modele'] . "/bas.php");
33 
$GLOBALS['page_name']
Definition: index.php:28
if(!isset($_GET['lettre'])&&!isset($_GET['id'])) elseif(isset($_GET['lettre'])&&!isset($_GET['id'])) elseif(isset($_GET['lettre'])&&isset($_GET['id']))
Definition: index.php:27

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