aboutsummaryrefslogtreecommitdiff
path: root/views/default/page/elements/topbar_logout.php
blob: a4bc55e6e9b7d181bda543002027bb632b42ccbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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',
));