default tac

git-svn-id: file:///home/shish/svn/shimmie2/trunk@401 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-08-01 15:08:40 +00:00
parent 951e4bbf66
commit 1137fe7025

View File

@ -18,7 +18,7 @@ class UserPageTheme extends Themelet {
public function display_signup_page($page) {
global $config;
$tac = $config->get_string("login_tac");
$tac = $config->get_string("login_tac", "");
$tfe = new TextFormattingEvent($tac);
send_event($tfe);