mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-25 02:51:16 +00:00
turning of the language selector will no longer turn of user substitution
This commit is contained in:
parent
63d8fa4314
commit
d51eb587f1
|
@ -199,10 +199,10 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
}
|
||||
echo " </ul>\n";
|
||||
echo " </li>\n";
|
||||
if($this->params['user']->isAdmin())
|
||||
echo " <li><a href=\"../out/out.SubstituteUser.php\">".getMLText("substitute_user")."</a></li>\n";
|
||||
echo " <li class=\"divider\"></li>\n";
|
||||
}
|
||||
if($this->params['user']->isAdmin())
|
||||
echo " <li><a href=\"../out/out.SubstituteUser.php\">".getMLText("substitute_user")."</a></li>\n";
|
||||
echo " <li class=\"divider\"></li>\n";
|
||||
if($this->params['session']->getSu()) {
|
||||
echo " <li><a href=\"../op/op.ResetSu.php\">".getMLText("sign_out_user")."</a></li>\n";
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user