aboutsummaryrefslogtreecommitdiff
path: root/views/default/openid_client/login.php
blob: f89b790c0e0c861e9ece9390ebaca3a6cba40c73 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 *
 */

echo elgg_view('output/url', array(
	'text' => 'login with Google',
	'href' => 'action/openid_client/login',
	'is_action' => true,
));