1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

LAN Fixes. Core language-file verification tool re-enabled and enhanced. (developer mode only)

This commit is contained in:
Cameron
2015-07-03 19:39:02 -07:00
parent 0ce8c56017
commit cf4ac712bd
6 changed files with 687 additions and 604 deletions

View File

@@ -1776,7 +1776,7 @@ Inverse 10 <span class="badge badge-inverse">10</span>
$menu_vars['language']['text'] = strtoupper(e_LAN); // e_LANGUAGE;
$menu_vars['language']['link'] = '#';
$menu_vars['language']['image'] = $tp->toGlyph('fa-globe'); // "<i class='icon-globe'></i>" ;
$menu_vars['language']['image_src'] = ADLAN_46;
$menu_vars['language']['image_src'] = null;
$menu_vars['language']['sub'] = $tmp;
}