Actualités

Retrouvez toutes les actualités d’Intérieur Concept !

 

Profiler (0,888 s)

Requêtes (12)

Erreurs (3)

Application

  • Mémoire utilisée par PHP : 2,69 Mo
  • Pic mémoire allouée par PHP : 3,53 Mo
  • Temps d'execution du script : 0.888 s
  • Lang :
  • Path : actualites
  • Route : newsList
  • $okt->page->module : news
  • $okt->page->action : list
ID Query Time
1
SET NAMES utf8mb4
0.00037
2
SELECT u.*, g.*, o.logged, o.csrf_token, o.prev_url FROM
oktopusV2_core_users AS u INNER JOIN
oktopusV2_core_users_groups AS g ON g.group_id=u.group_id
LEFT JOIN oktopusV2_core_users_online AS o ON
o.ident='54.159.116.24' WHERE u.id=1
0.00179
3
REPLACE INTO oktopusV2_core_users_online (user_id, ident,
logged, csrf_token, prev_url) VALUES (1,'54.159.116.24',
1711694725, 'c7f0b269e34af5f66614a30227f417aa334c08e2',
'https://www.interieur-concept-brive.fr/actualites')
0.00048
4
UPDATE oktopusV2_mod_news SET active = 1
                           WHERE active = 3 AND NOW() >
created_at 
0.00103
5
UPDATE oktopusV2_mod_news SET active = 0
                              WHERE active = 1 AND end_at !=
"0000-00-00 00:00:00" 
                              AND NOW() > end_at 
0.00054
6
SELECT COUNT(p.id) AS num_posts FROM oktopusV2_mod_news AS p
 LEFT OUTER JOIN oktopusV2_core_users AS u ON u.id=p.user_id
 INNER JOIN oktopusV2_mod_news_locales AS pl ON
p.id=pl.post_id AND pl.language='fr'  LEFT OUTER JOIN
oktopusV2_mod_news_categories AS r ON r.id=p.category_id 
LEFT OUTER JOIN oktopusV2_mod_news_categories_locales AS rl
ON r.id=rl.category_id AND rl.language='fr' WHERE 1  AND
pl.language='fr' AND p.active=1 
0.00212
7
SELECT p.id, p.user_id, p.category_id, p.active, p.selected,
p.created_at, p.updated_at, p.end_at, p.images, p.files,
p.tpl, p.visit, pl.language, pl.title, pl.subtitle,
pl.title_tag, pl.title_seo, pl.slug, pl.content,
pl.meta_description, pl.meta_keywords, pl.words, u.username,
u.lastname, u.firstname, rl.title AS category_title, rl.slug
AS category_slug, r.items_tpl AS category_items_tpl FROM
oktopusV2_mod_news AS p  LEFT OUTER JOIN
oktopusV2_core_users AS u ON u.id=p.user_id  INNER JOIN
oktopusV2_mod_news_locales AS pl ON p.id=pl.post_id AND
pl.language='fr'  LEFT OUTER JOIN
oktopusV2_mod_news_categories AS r ON r.id=p.category_id 
LEFT OUTER JOIN oktopusV2_mod_news_categories_locales AS rl
ON r.id=rl.category_id AND rl.language='fr' WHERE 1  AND
pl.language='fr' AND p.active=1 ORDER BY p.selected DESC,
p.created_at DESC LIMIT 0,5 
0.00118
8
SELECT r.*, rl.*, COUNT(p.id) AS num_items FROM
oktopusV2_mod_galleries AS r LEFT JOIN
oktopusV2_mod_galleries_locales AS rl ON r.id=rl.gallery_id
LEFT JOIN oktopusV2_mod_galleries_items AS p ON
r.id=p.gallery_id WHERE 1 AND rl.language='fr' AND
r.active=1  GROUP BY r.id ORDER BY nleft asc 
0.00300
9
SELECT m.*, 
                              ml.language, ml.title,
ml.title_tag, ml.title_seo, ml.slug, ml.meta_description,
ml.meta_keywords, ml.content FROM oktopusV2_mod_map AS m 
LEFT JOIN oktopusV2_mod_map_locales AS ml ON m.id=ml.id_map
AND ml.language='fr' WHERE 1  AND ml.language='fr' AND
m.active=1 ORDER BY m.created_at DESC 
0.00193
10
SELECT p.id, p.user_id, p.category_id, p.active,
p.created_at, p.updated_at, p.images, p.files, p.tpl,
p.position, pl.language, pl.title, pl.subtitle,
pl.title_tag, pl.title_seo, pl.slug, pl.content,
pl.meta_description, pl.meta_keywords, pl.words, rl.title AS
category_title, rl.slug AS category_slug, rl.title_tag AS
category_title_tag, r.items_tpl AS category_items_tpl,
p.recipients_to, p.recipients_cc, p.recipients_bcc,
p.from_to, p.captcha, p.conversion_google, p.from_copy,
pl.subject FROM oktopusV2_mod_pages AS p  INNER JOIN
oktopusV2_mod_pages_locales AS pl ON p.id=pl.page_id AND
pl.language='fr'  LEFT OUTER JOIN
oktopusV2_mod_pages_categories AS r ON r.id=p.category_id 
LEFT OUTER JOIN oktopusV2_mod_pages_categories_locales AS rl
ON r.id=rl.category_id AND rl.language='fr' WHERE 1  AND
pl.language='fr' AND p.active=1 ORDER BY p.created_at DESC 
0.00189
11
SELECT m.*, 
                              ml.language, ml.title,
ml.title_tag, ml.title_seo, ml.slug, ml.meta_description,
ml.meta_keywords, ml.content FROM oktopusV2_mod_map AS m 
LEFT JOIN oktopusV2_mod_map_locales AS ml ON m.id=ml.id_map
AND ml.language='fr' WHERE 1  AND m.id = 2  AND
ml.language='fr' AND m.active=1 ORDER BY m.created_at DESC 
0.00095
12
SELECT p.*, pl.*,
                         DATE_FORMAT(p.debut, '%d/%m/%Y') as
debut_fr,
                         DATE_FORMAT(p.fin, '%d/%m/%Y') as
fin_fr,
                         DATE_FORMAT(p.date_creation,
'%d/%m/%Y %H:%i:%s') as date_creation_fr,
                         DATE_FORMAT(p.date_modification,
'%d/%m/%Y %H:%i:%s') as date_modification_fr
                      FROM oktopusV2_mod_home_popup p
                      LEFT JOIN
oktopusV2_mod_home_popup_locales pl ON pl.id_popup =
p.id_popup AND pl.language = 'fr'
                      WHERE 1 AND (
                                        CURDATE() BETWEEN
p.debut AND p.fin
                                        OR (p.debut =
'0000-00-00 00:00:00' AND p.fin = '0000-00-00 00:00:00')
                                    )AND pl.content <> ''
AND (p.rubrique = '' OR FIND_IN_SET('/actualites',
pl.rubrique_slug) > 0) ORDER BY p.rubrique DESC
0.00133
# type fichier ligne classe fonction message
# 1  Warning /www/iza989/www/oktInc/classes/themes/class.oktThemeBase.php 965 oktDebug errorHandler Undefined index: HTTP_ACCEPT_LANGUAGE

#0 oktThemeBase->setAnalytics( called at [/oktInc/classes/themes/class.oktThemeBase.php:59]


#1 oktThemeBase->init( called at [/oktInc/classes/themes/class.oktThemeBase.php:54]


#2 oktThemeBase->__construct( called at [/oktInc/public/prepend.php:42]


#3 require_once( called at [/oktPrepend.php:17]


#4 require_once( called at [/oktopus.php:17]

# 2  Warning /www/iza989/www/oktModules/map/inc/class.map.recordset.php 568 oktDebug errorHandler Trying to access array offset on value of type null

#0 mapRecordset->getEmbedAddress( called at [/oktModules/map/inc/class.map.recordset.php:96]


#1 mapRecordset->getScriptSimple( called at [/oktModules/map/inc/class.map.recordset.php:79]


#2 mapRecordset->getScript( called at [/oktThemes/default/templates/map/insert/r-carte-seule/template.php:31]


#3 require( called at [/oktInc/vendor/sfTemplating/sfTemplateRendererPhp.php:36]


#4 sfTemplateRendererPhp->evaluate( called at [/oktInc/vendor/sfTemplating/sfTemplateEngine.php:106]


#5 sfTemplateEngine->render( called at [/oktInc/classes/core/class.oktTemplating.php:60]


#6 oktTemplating->render( called at [/oktInc/vendor/sfTemplating/sfTemplateRenderer.php:45]


#7 sfTemplateRenderer->__call( called at [/oktThemes/ra145-s/templates/layout.php:159]


#8 require( called at [/oktInc/vendor/sfTemplating/sfTemplateRendererPhp.php:36]


#9 sfTemplateRendererPhp->evaluate( called at [/oktInc/vendor/sfTemplating/sfTemplateEngine.php:106]


#10 sfTemplateEngine->render( called at [/oktInc/classes/core/class.oktTemplating.php:60]


#11 oktTemplating->render( called at [/oktInc/vendor/sfTemplating/sfTemplateEngine.php:117]


#12 sfTemplateEngine->render( called at [/oktInc/classes/core/class.oktTemplating.php:60]


#13 oktTemplating->render( called at [/oktModules/news/inc/class.news.controller.php:94]


#14 newsController->newsList( called at [/oktInc/classes/router/class.oktRouter.php:305]


#15 oktRouter->callRouteHanlder( called at [/oktopus.php:58]

# 3  Warning /www/iza989/www/oktModules/map/inc/class.map.recordset.php 568 oktDebug errorHandler Trying to access array offset on value of type null

#0 mapRecordset->getEmbedAddress( called at [/oktModules/map/inc/class.map.recordset.php:96]


#1 mapRecordset->getScriptSimple( called at [/oktModules/map/inc/class.map.recordset.php:79]


#2 mapRecordset->getScript( called at [/oktThemes/default/templates/map/insert/r-carte-seule/template.php:31]


#3 require( called at [/oktInc/vendor/sfTemplating/sfTemplateRendererPhp.php:36]


#4 sfTemplateRendererPhp->evaluate( called at [/oktInc/vendor/sfTemplating/sfTemplateEngine.php:106]


#5 sfTemplateEngine->render( called at [/oktInc/classes/core/class.oktTemplating.php:60]


#6 oktTemplating->render( called at [/oktInc/vendor/sfTemplating/sfTemplateRenderer.php:45]


#7 sfTemplateRenderer->__call( called at [/oktThemes/ra145-s/templates/layout.php:159]


#8 require( called at [/oktInc/vendor/sfTemplating/sfTemplateRendererPhp.php:36]


#9 sfTemplateRendererPhp->evaluate( called at [/oktInc/vendor/sfTemplating/sfTemplateEngine.php:106]


#10 sfTemplateEngine->render( called at [/oktInc/classes/core/class.oktTemplating.php:60]


#11 oktTemplating->render( called at [/oktInc/vendor/sfTemplating/sfTemplateEngine.php:117]


#12 sfTemplateEngine->render( called at [/oktInc/classes/core/class.oktTemplating.php:60]


#13 oktTemplating->render( called at [/oktModules/news/inc/class.news.controller.php:94]


#14 newsController->newsList( called at [/oktInc/classes/router/class.oktRouter.php:305]


#15 oktRouter->callRouteHanlder( called at [/oktopus.php:58]

_GET

array (
  'actualites' => '',
)

_REQUEST

array (
  'actualites' => '',
)

Variables dans le scope global

array (
  0 => 'okt',
  1 => 'oktAutoloadPaths',
  2 => '__composer_autoload_files',
  3 => '__l10n',
  4 => '__l10n_files',
)

Constantes

array (
  'OKT_START_TIME' => 1711694725.135709,
  'OKT_ROOT_PATH' => '/www/iza989/www',
  'OKT_INC_DIR' => 'oktInc',
  'OKT_INC_PATH' => '/www/iza989/www/oktInc',
  'OKT_UPLOAD_DIR' => 'upload',
  'OKT_UPLOAD_PATH' => '/www/iza989/www/upload',
  'OKT_COMMON_DIR' => 'oktCommon',
  'OKT_COMMON_PATH' => '/www/iza989/www/oktCommon',
  'OKT_MODULES_DIR' => 'oktModules',
  'OKT_MODULES_PATH' => '/www/iza989/www/oktModules',
  'OKT_PUBLIC_DIR' => 'oktPublic',
  'OKT_PUBLIC_PATH' => '/www/iza989/www/oktPublic',
  'OKT_CACHE_DIR' => 'oktCache',
  'OKT_CACHE_PATH' => '/www/iza989/www/oktCache',
  'OKT_GLOBAL_CACHE_FILENAME' => 'static.php',
  'OKT_GLOBAL_CACHE_FILE' => '/www/iza989/www/oktCache/static.php',
  'OKT_CONFIG_DIR' => 'oktConf',
  'OKT_CONFIG_PATH' => '/www/iza989/www/oktConf',
  'OKT_LOG_DIR' => 'oktLog',
  'OKT_LOG_PATH' => '/www/iza989/www/oktLog',
  'OKT_THEMES_DIR' => 'oktThemes',
  'OKT_THEMES_PATH' => '/www/iza989/www/oktThemes',
  'OKT_CLASSES_PATH' => '/www/iza989/www/oktInc/classes',
  'OKT_LOCALES_PATH' => '/www/iza989/www/oktInc/locales',
  'OKT_VENDOR_PATH' => '/www/iza989/www/oktInc/vendor',
  'OKT_MIN_DIR' => 'minify',
  'OKT_MIN_PATH' => '/www/iza989/www/oktCache/minify',
  'OKT_MINGROUP_DIR' => 'groups',
  'OKT_MINGROUP_PATH' => '/www/iza989/www/oktCache/minify/groups',
  'OKT_COOKIE_AUTH_NAME' => 'okt_auth',
  'OKT_COOKIE_AUTH_FROM' => 'okt_auth_from',
  'OKT_COOKIE_LANGUAGE' => 'okt_language',
  'OKT_COOKIE_CONSENT' => 'okt_consent',
  'OKT_ENVIRONMENT' => 'prod',
  'OKT_XDEBUG' => false,
  'OKT_FILENAME' => 'oktopus.php',
  'OKT_DIRNAME' => '/',
  'OKT_ADMIN_DIR' => 'administration',
  'OKT_ADMIN_HEADER_FILE' => '/www/iza989/www/oktInc/admin/header.php',
  'OKT_ADMIN_HEADER_FILE_AJAX' => '/www/iza989/www/oktInc/admin/header_ajax.php',
  'OKT_ADMIN_HEADER_FILE_CNX' => '/www/iza989/www/oktInc/admin/header_cnx.php',
  'OKT_ADMIN_FOOTER_FILE' => '/www/iza989/www/oktInc/admin/footer.php',
  'OKT_ADMIN_FOOTER_FILE_AJAX' => '/www/iza989/www/oktInc/admin/footer_ajax.php',
  'OKT_ADMIN_FOOTER_FILE_CNX' => '/www/iza989/www/oktInc/admin/footer_cnx.php',
  'OKT_ADMIN_HEADER_SIMPLE_FILE' => '/www/iza989/www/oktInc/admin/header_simple.php',
  'OKT_ADMIN_FOOTER_SIMPLE_FILE' => '/www/iza989/www/oktInc/admin/footer_simple.php',
  'OKT_ADMIN_LOGIN_PAGE' => 'connexion.php',
  'OKT_GOOGLE_GEOCODE_KEY' => 'AIzaSyAZsu4vldPq58x4FWGs35p3ytzrAZ67xVI',
  'OKT_THUMB_COMPRESSION' => 80,
  'OKT_SEO_LIMIT_TITLE' => 75,
  'OKT_SEO_LIMIT_DESCRIPTION' => 200,
  'OKT_DB_LOG_USER' => 'ledns-oktolog',
  'OKT_DB_LOG_PWD' => '7gv2536uGfiImFLl',
  'OKT_ROUND_HALF_UP' => 1,
  'OKT_ROUND_HALF_DOWN' => 2,
  'OKT_ROUND_HALF_EVEN' => 3,
  'OKT_ROUND_HALF_ODD' => 4,
  'OKT_ROUND_UP' => 5,
  'OKT_ROUND_DOWN' => 6,
  'JSON_ENCODE_ALL' => 271,
  'FILTER_VALIDATE_BOOL' => 258,
  'HTMLPURIFIER_PREFIX' => '/www/iza989/www/oktInc/vendor/composer/vendor/ezyang/htmlpurifier/library',
  'OKT_DB_HOST' => 'sql5',
  'OKT_DB_NAME' => 'iza989',
  'OKT_DB_USER' => 'iza989',
  'OKT_DB_PWD' => 'GqNQnLhC8ytPkc0Z',
  'OKT_DB_PREFIX' => 'oktopusV2_',
  'OKT_MODULES_URL' => '/oktModules',
  'OKT_COMMON_URL' => '/oktCommon',
  'OKT_UPLOAD_URL' => '/upload',
  'OKT_DIGESTS' => '/www/iza989/www/oktInc/digests',
  'OKT_THEME_DEFAULT_PATH' => '/www/iza989/www/oktThemes/default',
  'OKT_THEME_DEFAULT' => '/oktThemes/default',
  'OKT_THEME' => '/oktThemes/ra145-s',
  'OKT_THEME_PATH' => '/www/iza989/www/oktThemes/ra145-s',
  'OKT_MAX_UPLOAD_SIZE' => 52428800,
  'OKT_DEBUG' => true,
  'OKT_PART' => 'public',
)

Configuration

array (
  'title' => 
  array (
    'fr' => 'Intérieur Concept',
  ),
  'desc' => 
  array (
    'fr' => '',
  ),
  'title_tag' => 
  array (
    'fr' => 'Intérieur Concept',
  ),
  'meta_description' => 
  array (
    'fr' => 'Intérieur Concept est une entreprise de peinture spécialisée en travaux de plâtrerie et en rénovation de peinture intérieure à Brive-la-Gaillarde.',
  ),
  'meta_keywords' => 
  array (
    'fr' => 'Travaux de peinture brive la gaillarde , Peintre brive la gaillarde , Pose revêtement de sols brive la gaillarde , Travaux de plâtrerie brive la gaillarde , Rénovation peinture intérieure brive la gaillarde , Travaux isolation brive la gaillarde , Ponçage brive la gaillarde , Travaux de peinture tulle, Peintre tulle, Pose revêtement de sols tulle, Travaux de plâtrerie tulle, Rénovation peinture intérieure tulle, Travaux isolation tulle, Ponçage tulle, Travaux de peinture corrèze 19, Peintre corrèze 19, Pose revêtement de sols corrèze 19, Travaux de plâtrerie corrèze 19, Rénovation peinture intérieure corrèze 19, Travaux isolation corrèze 19, Ponçage Corrèze 19, Travaux de peinture, Peintre, Pose revêtement de sols, Travaux de plâtrerie, Rénovation peinture intérieure, Travaux isolation, Ponçage',
  ),
  'list_address' => 
  array (
    0 => 
    array (
      'libelle' => '',
      'company_name' => '',
      'street' => '19 avenue Charles Lachaud',
      'street_2' => '',
      'code' => '19100',
      'city' => 'Brive-la-Gaillarde',
      'country' => 'France',
      'tel' => '05 32 14 09 39',
      'mobile' => '',
      'fax' => '',
      'email' => 'contact@interieur-concept-brive.fr',
      'lat' => '45.1592635',
      'long' => '1.5165199',
      'iso' => 'FR',
      'config_address_1' => '1',
      'config_address_2' => '1',
    ),
  ),
  'list_schedule' => 
  array (
    0 => 
    array (
      'fr' => '',
    ),
  ),
  'company' => 
  array (
    'name' => 'Intérieur Concept',
    'com_name' => 'Intérieur Concept',
    'siret' => '53802469600030',
    'tva_intra' => 'FR17538024696',
  ),
  'plan' => 
  array (
    'affichage' => 0,
    'lat' => '',
    'long' => '',
  ),
  'leader' => 
  array (
    'name' => 'VIGNAU',
    'firstname' => 'Jérôme',
  ),
  'courriel_address' => 'contact@interieur-concept-brive.fr',
  'courriel_name' => 'Intérieur Concept',
  'courriel_transport' => 'sendmail',
  'courriel_smtp' => 
  array (
    'host' => '',
    'port' => 25,
    'username' => '',
    'password' => '',
  ),
  'courriel_sendmail' => '/usr/sbin/sendmail -t -i',
  'courriel_theme' => '0',
  'theme' => 'ra145-s',
  'theme_mobile' => '',
  'theme_tablet' => '',
  'public_theme' => 'base',
  'form_theme' => 'yoshiko',
  'button' => 
  array (
    'primary_type' => 'couleur',
    'effect' => 'bouton_fade1',
    'shadow_text' => 0,
    'shadow_box' => 0,
    'secondary_type' => 'bordure',
    'bloc3' => '1',
    'diapo' => '1',
  ),
  'menu' => 
  array (
    'type' => '6',
    'orientation' => '1',
    'compatible' => 
    array (
      0 => '6',
    ),
  ),
  'menu_bas' => 
  array (
    'enable_menu_deroulant' => false,
    'show_rubrique_principale' => true,
  ),
  'enable_admin_bar' => true,
  'enable_backtop' => true,
  'set_theme_column' => '2',
  'admin_sidebar_position' => 0,
  'admin_dashboard' => 0,
  'admin_theme' => 'admin',
  'admin_compress_output' => false,
  'panel_construction' => 
  array (
    'enable' => 0,
    'text' => 'Découvrez prochainement notre site internet',
    'color' => '000000',
    'bgcolor' => 'ffffff',
  ),
  'language' => 'fr',
  'timezone' => 'Europe/Paris',
  'admin_lang_switcher' => true,
  'app_path' => '/',
  'domain' => 'www.interieur-concept-brive.fr',
  'internal_router' => true,
  'default_route' => 
  array (
    'class' => 'pagesController',
    'method' => 'pagesItem',
    'args' => 'accueil',
  ),
  'custom_routes' => 
  array (
  ),
  'redirect_404_to_home' => false,
  'app_file' => 'oktopus.php',
  'public_maintenance_mode' => false,
  'admin_maintenance_mode' => false,
  'modules_repositories_enabled' => true,
  'modules_repositories' => 
  array (
    'SITTI modules' => 'http://oktopus.ledns.net/modules/%VERSION%/index.xml',
  ),
  'themes_repositories_enabled' => true,
  'themes_repositories' => 
  array (
    'SITTI thèmes' => 'http://oktopus.ledns.net/themes/%VERSION%/index.xml',
  ),
  'tests_repositories_enabled' => true,
  'tests_repositories' => 
  array (
    'SITTI tests' => 'http://oktopus.ledns.net/test_set/index.xml',
  ),
  'debug_enabled' => true,
  'stop_redirect_on_error' => false,
  'xdebug_enabled' => false,
  'antispam_filters' => 'a:0:{}',
  'use_admin_lang_switcher' => NULL,
  'update_enabled' => true,
  'update_url' => 'http://oktopus.ledns.net/packages/versions.xml',
  'update_type' => 'stable',
  'api_enabled' => true,
  'api_key' => '14b92f5b1cbfafb33a09fffb694f437f2bf778df3f54ee08efbf98d8bb1251d6',
  'auth_security' => 
  array (
    'enabled' => true,
    'allowed_retries' => 5,
    'lockout_duration' => 30,
    'valid_duration' => 12,
    'whitelist' => 
    array (
    ),
    'blacklist' => 
    array (
    ),
  ),
  'minify_complete_enable' => true,
  'minify_css_admin' => 
  array (
    0 => '%COMMON_URL%/css/bootstrap.3.2.0.min.css',
    1 => '%COMMON_URL%/ui-themes/%ADMIN_THEME%/jquery-ui.css',
    2 => '%COMMON_URL%/js/jquery/popup/jquery.popup.css',
    3 => '%COMMON_URL%/js/jquery/ui_dev/jquery.ui.combobox.css',
    4 => '%COMMON_URL%/js-plugins/timepicker/jquery.timepicker.css',
  ),
  'minify_js_admin' => 
  array (
    0 => '%COMMON_URL%/js/jquery/jquery.min.js',
    1 => '%COMMON_URL%/js/jquery/jquery-migrate.min.js',
    2 => '%COMMON_URL%/js/jquery/cookie/jquery.cookie.min.js',
    3 => '%COMMON_URL%/js/jquery/metadata/jquery.metadata.min.js',
    4 => '%COMMON_URL%/js/jquery/ui/jquery-ui.min.js',
    5 => '%COMMON_URL%/js/jquery/ui/i18n/jquery-ui-i18n.min.js',
    6 => '%COMMON_URL%/js/jquery/popup/jquery.popup.js',
    7 => '%COMMON_URL%/js/jquery/validate/jquery.validate.min.js',
    8 => '%COMMON_URL%/js/jquery/validate/additional-methods.min.js',
    9 => '%COMMON_URL%/js/jquery/util/jquery.util.js',
    10 => '%COMMON_URL%/js/jquery/maxlength/jquery.maxlength.min.js',
    11 => '%COMMON_URL%/js/jquery/slimscroll.min.js',
    12 => '%COMMON_URL%/js/jquery/moment.js',
    13 => '%COMMON_URL%/js/jquery/util/jquery.util.js',
    14 => '%COMMON_URL%/js/jquery/alphanumeric/jquery.alphanumeric.js',
    15 => '%COMMON_URL%/js/jquery/validform/jquery.validform.js',
    16 => '%COMMON_URL%/js/jquery/sprintf/jquery.sprintf.js',
    17 => '%COMMON_URL%/js/jquery/ui_dev/jquery.ui.combobox.js',
    18 => '%COMMON_URL%/js/jquery/form/jquery.form.js',
    19 => '%COMMON_URL%/js-plugins/timepicker/jquery.timepicker.js',
    20 => '%COMMON_URL%/js-plugins/tablesorter/jquery.tablesorter.js',
    21 => '%COMMON_URL%/js-plugins/tablesorter/jquery.tablesorter.pager.js',
    22 => '%COMMON_URL%/js-plugins/tablesorter/jquery.tablesorter.filter.js',
    23 => '%COMMON_URL%/js-plugins/tablesorter/jquery.tablesorter.total.js',
    24 => '%COMMON_URL%/js-plugins/tablesorter/jquery.tablesorter.customparser.js',
    25 => '%COMMON_URL%/js/jquery/maskinput/src/jquery.maskinput.js',
    26 => '%COMMON_URL%/js/common_admin.js',
  ),
  'minify_css_public' => 
  array (
  ),
  'minify_js_public' => 
  array (
  ),
  'log_admin' => 
  array (
    'ttl_months' => 3,
  ),
  'htmlpurifier_disabled' => true,
  'round' => 
  array (
    'rule' => 1,
    'precision' => 2,
  ),
  'slug_type' => 'ascii',
  'google_analytic' => 'G-VP2M82CTRG',
  'google_conversion_id' => '',
  'google_conversion_label_contact' => '',
  'google_conversion_label_vente' => '',
  'google_code_appel_ak' => '',
  'google_code_appel_cl' => '',
  'google_phone' => '',
  'facebook_pixel_id' => '',
  'cnil_number' => '',
  'enable_logo_editeur' => true,
  'enable_w3c' => false,
  'enable_fixedMenu' => 0,
  'enable_rgpd' => 0,
  'activite' => 0,
  'format_date' => '%A %d %B %Y',
  'phone_format' => 1,
  'theme_vars' => 
  array (
    'titre_menu' => 
    array (
      'fr' => '',
    ),
    'titre_adresse' => 
    array (
      'fr' => 'Nos coordonnées & Horaires',
    ),
    'texte_tel' => 
    array (
      'fr' => 'Appelez-nous :',
    ),
    'slogan1' => 
    array (
      'fr' => '',
    ),
    'slogan2' => 
    array (
      'fr' => '',
    ),
    'slogan3' => 
    array (
      'fr' => '',
    ),
    'btn1' => 
    array (
      'fr' => '',
    ),
    'btn2' => 
    array (
      'fr' => '',
    ),
    'titre_bas' => 
    array (
      'fr' => 'Nos coordonnées',
    ),
    'texte_bas' => 
    array (
      'fr' => '',
    ),
  ),
  'breadcrumb' => 
  array (
    'default' => 'modele-1',
    'usables' => 
    array (
    ),
  ),
  'toolbar' => 
  array (
    'default' => 'modele-1',
    'usables' => 
    array (
    ),
  ),
  'pager' => 
  array (
    'nb_page_display' => '3',
    'enable_group' => false,
    'templates' => 
    array (
      'default' => 'modele-1',
      'usables' => 
      array (
      ),
    ),
  ),
  'filter' => 
  array (
    'default' => 'modele-1',
    'usables' => 
    array (
    ),
  ),
  'error' => 
  array (
    'default' => 'modele-1',
    'usables' => 
    array (
    ),
  ),
  'debug_bar' => 
  array (
    'admin' => true,
    'public' => true,
    'tabs' => 
    array (
      'app' => true,
      'logs' => true,
      'db' => true,
      'tools' => true,
    ),
  ),
  'dpo' => 
  array (
    'name' => '',
  ),
  'app_host' => 'https://www.interieur-concept-brive.fr',
  'app_url_court' => 'https://www.interieur-concept-brive.fr/',
  'self_uri' => 'https://www.interieur-concept-brive.fr/actualites',
  'address' => 
  array (
    'libelle' => '',
    'company_name' => '',
    'street' => '19 avenue Charles Lachaud',
    'street_2' => '',
    'code' => '19100',
    'city' => 'Brive-la-Gaillarde',
    'country' => 'France',
    'tel' => '05 32 14 09 39',
    'mobile' => '',
    'fax' => '',
    'email' => 'contact@interieur-concept-brive.fr',
    'lat' => '45.1592635',
    'long' => '1.5165199',
    'iso' => 'FR',
    'config_address_1' => '1',
    'config_address_2' => '1',
  ),
  'gps' => 
  array (
    'libelle' => '',
    'company_name' => '',
    'street' => '19 avenue Charles Lachaud',
    'street_2' => '',
    'code' => '19100',
    'city' => 'Brive-la-Gaillarde',
    'country' => 'France',
    'tel' => '05 32 14 09 39',
    'mobile' => '',
    'fax' => '',
    'email' => 'contact@interieur-concept-brive.fr',
    'lat' => '45.1592635',
    'long' => '1.5165199',
    'iso' => 'FR',
    'config_address_1' => '1',
    'config_address_2' => '1',
  ),
  'schedule' => 
  array (
    'fr' => '',
  ),
  'company_name' => 'Intérieur Concept',
  'app_url' => 'https://www.interieur-concept-brive.fr/',
)

Variables utilisateur

array (
  'id' => '1',
  'group_id' => '3',
  'civility' => '0',
  'active' => '1',
  'username' => 'Guest',
  'lastname' => '',
  'firstname' => '',
  'password' => 'Guest',
  'salt' => NULL,
  'email' => '',
  'timezone' => 'Europe/Paris',
  'language' => 'fr',
  'registered' => '0',
  'registration_ip' => '0.0.0.0',
  'last_visit' => '0',
  'activate_string' => NULL,
  'activate_key' => NULL,
  'title' => 'Invité',
  'perms' => 
  array (
  ),
  'group_type' => 'C',
  'logged' => 1711694725,
  'csrf_token' => 'c7f0b269e34af5f66614a30227f417aa334c08e2',
  'prev_url' => 'https://www.interieur-concept-brive.fr/actualites',
  'is_guest' => true,
  'is_admin' => false,
  'is_superadmin' => false,
)