Quote
Are the closing tags of list missing? Added at the end of the line </li>
Quote
Same file line 808, I think </li> should be removed.
$l_2 = (empty($id) ? "<i class='".self::getMenuParam('caret_icon')."'></i>" : "");
, thanks for report, fixed. $language_opts .= "<a id='ddlangs".$id."' href='#' class='nav-link dropdown-toggle pointer' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false' title='".translate_lang_names(LANGUAGE)."'><img class='m-r-5' src='".$current_language['language_icon_s']."' alt='".translate_lang_names(LANGUAGE)."'/> <span class='".self::getMenuParam('caret_icon')."'></span></a>\n";
$language_opts .= "<a id='ddlangs".$id."' href='#' class='nav-link dropdown-toggle pointer' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false' title='".translate_lang_names(LANGUAGE)."'><img class='m-r-5' src='".$current_language['language_icon_s']."' alt='".translate_lang_names(LANGUAGE)."'/> <span class='".self::getMenuParam('caret_icon')."'></span></a></li>\n";
$l_2 = (empty($id) ? "<span class='".self::getMenuParam('caret_icon')."'></i>" : "");
$l_2 = (empty($id) ? "<span class='".self::getMenuParam('caret_icon')."'>" : "");
Category Forum
System Administration - 9Labels
None yet
Statistics
2 participants
Notifications
You are not receiving notifications from this thread.
Related Questions