formatted terms & conditions
git-svn-id: file:///home/shish/svn/shimmie2/trunk@400 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
72937d5e62
commit
951e4bbf66
@ -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>";}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user