ist es irgendwie möglich sprintf 2x in einen string einzubauen?
Ich habe es mal so probiert:
Code: Alles auswählen
$message = $gallerylist_username . ' ' . $lang['Gallerylist_exists'] . '<br /><br />' . sprintf($lang['Click_return_gallerylist'], '<a href="' . append_sid("gallerylist.$phpEx") . '">', '</a>' . '<br /><br />' . sprintf($lang['Click_return_gallerylist_topic'], '<a href="' . append_sid("viewtopic.$phpEx?t=$gallerylist_topic") . '">', '</a>');

Hat jemand nen tip wie es klappen könnte?
Gruß McColin