diff --git a/settings.fragment.php b/settings.fragment.php index 3d3342d..d360748 100644 --- a/settings.fragment.php +++ b/settings.fragment.php @@ -88,10 +88,17 @@ $settings->admindetails = [ // [ "Display Text", "Link" ] // You can also use strings here and they will be printed as-is, except the // following special strings: -// search: Expands to a search box. -// divider: Expands to a divider to separate links. -// more: Expands to the "More..." submenu. +// user-status Expands to the user's login information +// e.g. "Logged in as {name}. | Logout". +// e.g. "Browsing as Anonymous. | Login". +// +// search Expands to a search box. +// +// divider Expands to a divider to separate stuff. +// +// more Expands to the "More..." submenu. $settings->nav_links = [ + "user-status", [ "Home", "index.php" ], [ "Login", "index.php?action=login" ], "search", @@ -120,7 +127,9 @@ $settings->nav_links_bottom = [ // inside a