PEEL Shopping
Open source ecommerce : PEEL Shopping
display_custom.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: display_custom.php 46935 2015-09-18 08:49:48Z gboussin $
14 if (!defined('IN_PEEL')) {
15  die();
16 }
17 
18 // Ce fichier est chargé avant les fichiers display.php et display-xxxxx.php qui sont dans /lib/fonctions/
19 // Vous pouvez ici implémenter 1 ou plusieurs versions personnalisées des fonctions qui sont normalement déclarées dans ces fichiers de fonctions display.
20 // Ce sont les versions déclarées ici qui seront alors chargées, et non pas les versions standard de ces fonctions.
21 // Lors de l'installation ou la mise à jour du code de votre site, ceci vous permet d'avoir vos spécificités bien isolées du reste du code
22 //
23 // This file is loaded before the files display.php and display-xxxxx.php which are located in /lib/fonctions/
24 // You can implement hereunder one or more customized versions of the functions that are normally reported in these display function files.
25 // The versions located here are the ones that will be oaded, and not the standard versions of these functions.
26 // When installing or updating the code of your PEEL eshop, this allows you to have your specific functions well isolated from the rest of the code

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