PEEL Shopping
Open source ecommerce : PEEL Shopping
admin_bas.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: admin_bas.php 46935 2015-09-18 08:49:48Z gboussin $
14 
15 if (!defined('IN_PEEL')) {
16  die();
17 }
18 
19 $tpl = $GLOBALS['tplEngine']->createTemplate('admin_bas.tpl');
20 $tpl->assign('site_href', $GLOBALS['wwwroot'] . '/');
21 $tpl->assign('site', $GLOBALS['site']);
22 $tpl->assign('PEEL_VERSION', PEEL_VERSION);
23 $tpl->assign('peel_website_href', 'https://www.peel.fr/');
24 $tpl->assign('peel_support_href', 'https://www.peel.fr/utilisateurs/contact.php');
25 $tpl->assign('STR_BEFORE_TWO_POINTS', $GLOBALS['STR_BEFORE_TWO_POINTS']);
26 $tpl->assign('STR_ADMIN_PEEL_SOFTWARE', $GLOBALS['STR_ADMIN_PEEL_SOFTWARE']);
27 $tpl->assign('STR_ADMIN_VERSION', $GLOBALS['STR_ADMIN_VERSION']);
28 $tpl->assign('STR_ADMIN_DISCONNECT', $GLOBALS['STR_ADMIN_DISCONNECT']);
29 $tpl->assign('STR_ADMIN_SUPPORT', $GLOBALS['STR_ADMIN_SUPPORT']);
30 $tpl->assign('STR_ADMIN_CONTACT_PEEL', $GLOBALS['STR_ADMIN_CONTACT_PEEL']);
31 $tpl->assign('STR_ADMIN_CONTACT_PEEL_ADDRESS', $GLOBALS['STR_ADMIN_CONTACT_PEEL_ADDRESS']);
32 $tpl->assign('sortie_href', get_url('sortie'));
34 if (defined('PEEL_DEBUG') && PEEL_DEBUG) {
35  $tpl->assign('peel_debug', $GLOBALS['peel_debug']);
36 }
37 $tpl->assign('js_output', get_javascript_output(false, false));
38 echo $tpl->fetch();
39 
40 db_close();
get_javascript_output($async=false, $minify=false, $output_only_script_loading=false, $js_filenames_array=array('js_files', 'js_files_pageonly', 'js_files_nominify', 'js_files_noasync', 'js_files_nominify_noasync'))
Chargement du chargement des scripts.
Definition: fonctions.php:1275
if(!defined('IN_PEEL')) $tpl
Definition: admin_bas.php:19
$debug_infos
Definition: admin_bas.php:33
$GLOBALS['page_columns_count']
const PEEL_VERSION(version_compare(PHP_VERSION, '5.1.2', '<'))
db_close($database_object=null)
db_close()
Definition: database.php:605

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