Verfasst: 18.09.2008 17:04
Steht bestimmt in der selben Datei, oder in der Funktion die da aufgerufen wurde.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
if ( $msg_text == '' )
{
$msg_text = $lang['A_critical_error'];
}
if ( $msg_title == '' )
{
$msg_title = 'tobias-theis.de<b>' . $lang['Critical_Error'] . '</b>';
}