Added template variable so people can use the registration app with a link to it

This commit is contained in:
jengo 2001-07-01 12:57:39 +00:00
parent 19b1fcb265
commit 148708750d

View File

@ -246,6 +246,7 @@
}
$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('cd',check_logoutcode($cd));
$tmpl->set_var('cookie',show_cookie());