diff options
-rwxr-xr-x | src/usr/local/www/head.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index 661e6e8..619141b 100755 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -438,6 +438,11 @@ if (($pagename === "index.php") && ($numColumns > 2)) { <?php endif; ?> + <li class="dropdown"> + <a href="/index.php?logout"> + <i class="fa fa-sign-out" title="<?=gettext("Log out")?>"></i> + </a> + </li> </ul> </div> </div> |