[10.0.110.dev] correction d'un slash + chemin absolu icône google + fond google transparent

This commit is contained in:
Fred Tempez 2019-11-18 09:52:33 +01:00
parent a08c5fc661
commit 8ef190477b
2 changed files with 2 additions and 2 deletions

View File

@ -197,8 +197,8 @@ class common {
$i18nFrontEnd = $i18nPOST === '' ? $i18nHTTP : $i18nPOST;
// Vérifier la validité de la langue sélectionnée sinon fr
if ( !file_exists(self::DATA_DIR . $i18nFrontEnd . 'page.json') &&
!file_exists(self::DATA_DIR . $i18nFrontEnd . 'module.json') ) {
if ( !file_exists(self::DATA_DIR . $i18nFrontEnd . '/page.json') &&
!file_exists(self::DATA_DIR . $i18nFrontEnd . '/module.json') ) {
$i18nFrontEnd = 'fr';
$_SESSION['ZWII_USER_I18N'] = 'fr';
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB