diff options
Diffstat (limited to 'views/default/page/elements/topbar_logout.php')
-rw-r--r-- | views/default/page/elements/topbar_logout.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/views/default/page/elements/topbar_logout.php b/views/default/page/elements/topbar_logout.php deleted file mode 100644 index a4bc55e6e..000000000 --- a/views/default/page/elements/topbar_logout.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -/** - * A standard logout link - * - * Called within the Elgg topbar view. - */ - - -echo elgg_view('output/url', array( - 'href' => "action/logout", - 'text' => elgg_echo('logout'), - 'is_action' => TRUE, - 'class' => 'alt', -)); |