1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Aggioramento delle traduzioni

Miglioramento della gestione delle traduzioni, con bugfix e inizializzazione della traduzione in inglese.
This commit is contained in:
Thomas Zilio
2017-09-04 12:59:03 +02:00
parent 548639673a
commit 90e7a23852
23 changed files with 5433 additions and 211 deletions

View File

@@ -176,7 +176,7 @@ if (!empty($module_query) && $module_query != 'menu' && $module_query != 'custom
}
// Icona
elseif (preg_match('/^icontr(.+?)$/', trim($field), $m)) {
elseif (preg_match('/^icon_(.+?)$/', trim($field), $m)) {
$value = '<i class="'.$r[$field].'"></i> <small>'.$r['icon_title_'.$m[1]].'</small>';
}