aboutsummaryrefslogtreecommitdiff
path: root/views/default/page/elements/topbar_logout.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-09 13:20:24 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-09 13:20:24 +0000
commit4f5271d975e7d07a2a3a654377a72c2e0f854b40 (patch)
tree1a27b7d36f4c8b54dcb17b4d9b1524701f34a45d /views/default/page/elements/topbar_logout.php
parentffec407a4021861215143dacfba4ce82d6c14dde (diff)
downloadelgg-4f5271d975e7d07a2a3a654377a72c2e0f854b40.tar.gz
elgg-4f5271d975e7d07a2a3a654377a72c2e0f854b40.tar.bz2
cleaning up the topbar CSS
git-svn-id: http://code.elgg.org/elgg/trunk@7579 36083f99-b078-4883-b0ff-0f9b5a30f544
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>';