Code: Alles auswählen
// BEGIN Disable Registration MOD
if( $board_config['registration_status'] && !$userdata['session_logged_in'] )
{
if( $board_config['registration_closed'] == '' )
{
message_die(GENERAL_MESSAGE, 'registration_status', 'Information');
}
else
{
message_die(GENERAL_MESSAGE, $board_config['registration_closed'], 'Information');
}
}
// END Disable Registration MODNun meine Frage: Wie kann ich nun die Ausgabe formatieren, sprich Schriftfarbe, Schriftgröße, etc. ???
Code: Alles auswählen
message_die(GENERAL_MESSAGE, $board_config['registration_closed'], 'Information');