File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3763,7 +3763,8 @@ function fm_show_nav_path($path)
37633763 <a class="nav-link dropdown-toggle" id="navbarDropdownMenuLink-5" data-bs-toggle="dropdown" aria-expanded="false">
37643764 <i class="fa fa-user-circle"></i>
37653765 </a>
3766- <div class="dropdown-menu text-small shadow" aria-labelledby="navbarDropdownMenuLink-5" data-bs-theme="<?php echo FM_THEME ; ?> ">
3766+
3767+ <div class="dropdown-menu dropdown-menu-end text-small shadow" aria-labelledby="navbarDropdownMenuLink-5" data-bs-theme="<?php echo FM_THEME ; ?> ">
37673768 <?php if (!FM_READONLY ): ?>
37683769 <a title="<?php echo lng ('Settings ' ) ?> " class="dropdown-item nav-link" href="?p=<?php echo urlencode (FM_PATH ) ?> &settings=1"><i class="fa fa-cog" aria-hidden="true"></i> <?php echo lng ('Settings ' ) ?> </a>
37693770 <?php endif ?>
You can’t perform that action at this time.
0 commit comments