* Fix menu.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user