aboutsummaryrefslogtreecommitdiff
path: root/views/default/page/elements/topbar_logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/page/elements/topbar_logout.php')
-rw-r--r--views/default/page/elements/topbar_logout.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/default/page/elements/topbar_logout.php b/views/default/page/elements/topbar_logout.php
index 2d2ecf67c..a4bc55e6e 100644
--- a/views/default/page/elements/topbar_logout.php
+++ b/views/default/page/elements/topbar_logout.php
@@ -5,10 +5,10 @@
* 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
+ 'is_action' => TRUE,
+ 'class' => 'alt',
));
-echo '</div>';