Skip to content

Commit a5b51df

Browse files
committed
[FIX] Keep sidebar open when selecting Admin -> System -> Setup
1 parent 4031422 commit a5b51df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bootstrap/global/navigation.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<li {if $smarty.get.page|default:"0" eq "admin"}class="active"{/if}>
2828
<a href="#"><i class="fa fa-wrench fa-fw"></i> Admin Panel<span class="fa arrow"></span></a>
2929
<ul class="nav nav-second-level">
30-
<li {if $smarty.get.action|default:"0" eq "dashboard" || $smarty.get.action|default:"0" eq "monitoring" || $smarty.get.action|default:"0" eq "settings"}class="active"{/if}>
30+
<li {if $smarty.get.action|default:"0" eq "dashboard" || $smarty.get.action|default:"0" eq "monitoring" || $smarty.get.action|default:"0" eq "settings" || $smarty.get.action|default:"0" eq "setup"}class="active"{/if}>
3131
<a href="#"><i class="fa fa-linux fa-fw"></i> System <span class="fa arrow"></span></a>
3232
<ul class="nav nav-third-level">
3333
<li><a href="{$smarty.server.SCRIPT_NAME}?page=admin&action=setup"><i class="fa fa-book fa-fw"></i> Setup</a></li>

0 commit comments

Comments
 (0)