* Fix bug.
This commit is contained in:
@@ -696,6 +696,7 @@ class commonModel extends model
|
||||
/* Avoid highlighting the same navigation method at the same time. */
|
||||
if($currentModule == 'feedback' and $currentMethod == 'admin') $active = '';
|
||||
if($currentModule == 'product' and $currentMethod == 'browse') $active = '';
|
||||
if($currentModule == 'product' and $currentMethod == 'create') $active = '';
|
||||
if($currentModule == 'story') $active = '';
|
||||
|
||||
$misc = $openApp != $lang->navGroup->$module ? "data-app='$openApp'" : '';
|
||||
|
||||
Reference in New Issue
Block a user