mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Added template variable so people can use the registration app with a link to it
This commit is contained in:
parent
19b1fcb265
commit
148708750d
@ -246,6 +246,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$tmpl->set_var('login_url', $phpgw_info['server']['webserver_url'] . '/login.php' . $extra_vars);
|
$tmpl->set_var('login_url', $phpgw_info['server']['webserver_url'] . '/login.php' . $extra_vars);
|
||||||
|
$tmpl->set_var('registration_url',$phpgw_info['server']['webserver_url'] . '/registration/');
|
||||||
$tmpl->set_var('website_title', $phpgw_info['server']['site_title']);
|
$tmpl->set_var('website_title', $phpgw_info['server']['site_title']);
|
||||||
$tmpl->set_var('cd',check_logoutcode($cd));
|
$tmpl->set_var('cd',check_logoutcode($cd));
|
||||||
$tmpl->set_var('cookie',show_cookie());
|
$tmpl->set_var('cookie',show_cookie());
|
||||||
|
Loading…
Reference in New Issue
Block a user