* Fix menu.

This commit is contained in:
sgm0422
2021-01-03 13:56:11 +08:00
parent 7cb90754df
commit 670ea7c68a
13 changed files with 11 additions and 190 deletions
-1
View File
@@ -36,7 +36,6 @@ class qaModel extends model
else
{
$currentMethod = $this->app->getMethodName();
$productIndex = '<div class="btn-group angle-btn' . ($currentMethod == 'index' ? ' active' : '') . '"><div class="btn-group">' . html::a(helper::createLink('qa', 'index', 'locate=no'), $this->lang->qa->index, '', "class='btn'") . '</div></div>';
$productIndex .= $selectHtml;
}