aboutsummaryrefslogtreecommitdiff
path: root/views/default/page_elements/elgg_topbar_logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/page_elements/elgg_topbar_logout.php')
-rw-r--r--views/default/page_elements/elgg_topbar_logout.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/views/default/page_elements/elgg_topbar_logout.php b/views/default/page_elements/elgg_topbar_logout.php
deleted file mode 100644
index 38a37bc22..000000000
--- a/views/default/page_elements/elgg_topbar_logout.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-/**
- * A standard logout link
- *
- * Called within the Elgg topbar view.
- */
-
-echo '<div class="log_out">';
-echo elgg_view('output/url', array(
- 'href' => "action/logout",
- 'text' => elgg_echo('logout'),
- 'is_action' => TRUE
-));
-echo '</div>';