ok, noch ein Versuch:
Code: Alles auswählen
<a href="' . append_sid("{$phpbb_root_path}page.$phpEx", 'p=gfx-united-regeln') . '"
Code: Alles auswählen
<a href="' . append_sid("{$phpbb_root_path}page.$phpEx", 'p=gfx-united-regeln') . '"
hast warscheinlich aber selbst bemerktok, noch ein Versuch:
<a href="' . append_sid("{$phpbb_root_path}page.$phpEx", '?p=gfx-united-regeln') . '"
Code: Alles auswählen
<a href="http://www.deinforum.de/page.php?p=gfx-united-regeln"
Code: Alles auswählen
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/www/web86/html/phpBB3/includes/functions.php on line 3967
Code: Alles auswählen
Parse error: syntax error, unexpected $end in /home/www/web86/html/phpBB3/includes/functions.php on line 3716
Code: Alles auswählen
confirm_box(false, sprintf($user->lang['AGREE_PRIVACY'], '<a href="page.php?p=gfx-united-regeln" onclick="window.open(this.href); return false;">', '</a>'));
}
Code: Alles auswählen
confirm_box(false, sprintf($user->lang['AGREE_PRIVACY'], '<a href="http://www.deinforum.de/page.php?p=gfx-united-regeln" onclick="window.open(this.href); return false;">', '</a>'));