formatted terms & conditions

git-svn-id: file:///home/shish/svn/shimmie2/trunk@400 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-08-01 15:02:05 +00:00
parent 72937d5e62
commit 951e4bbf66

View File

@ -20,6 +20,10 @@ class UserPageTheme extends Themelet {
global $config;
$tac = $config->get_string("login_tac");
$tfe = new TextFormattingEvent($tac);
send_event($tfe);
$tac = $tfe->formatted;
if(empty($tac)) {$html = "";}
else {$html = "<p>$tac</p>";}