fehler - hilfe

kenzor

Grünschnabel
Seitdem ich in meinem forum was geändert habe, bekomme ich diesen fehler wenn ich das Forum abrufe: Parse error: parse error, unexpected T_STRING in /ADRESSE........../conf_global.php on line 379


Die Line 379 in conf_global sieht so aus:

<input type="submit" name="submit" value="Login" class="forminput" /> <input type="button" value="Register" class="forminput" onclick="window.location='index.php?act=reg'" /> <input type="button" value="Close" class="forminput" onclick="hide_hover_prompt();" />

Würde mich sehr freuen wenn mir jemand helfen könnte.
Danke im vorraus.
 
Schreib mal bitte noch zehn Zeilen vor und zehn nach den Fehler deinen Quellcode
hier ins Forum. Dann kann man dir vllt. weiter helfen.

Tobee
 
$INFO['has_edited_ibstore'] = '1';
$INFO['header_redirect'] = 'location';
$INFO['home_name'] = 'HipHop24';
$INFO['home_url'] = 'Deutschlands größtes HipHop Forum.';
$INFO['hot_topic'] = '15';
$INFO['hp_autohide'] = '1';
$INFO['hp_hidesecs'] = '60';
$INFO['hp_message'] = '<div class="borderwrap"><div class="maintitle" align="center">Welcome To {*boardname*} {*username*}</div>
<table align="center" width="100%" class="row1" cellspacing="0" cellpadding="5">
<tr>
<td align="center">
By <a href="index.php?act=reg">Registering</a>, You Will Have For Access To Many Things Than A Guest Would.<br />
So Come & Join Us Today.<br /><br />If You Are A Current Member, Please Login Below<br />
<form action="index.php?act=login&amp;CODE=01&amp;CookieDate=1" method="post" name="LOGIN">
User: <input type="text" maxlength="64" name="UserName" class="forminput" size="10" />
Pass: <input type="password" name="PassWord" class="forminput" size="10" />
<input type="submit" name="submit" value="Login" class="forminput" /> <input type="button" value="Register" class="forminput" onclick="window.location='index.php?act=reg'" /> <input type="button" value="Close" class="forminput" onclick="hide_hover_prompt();" />
</td>
</tr>
<tr>
<td align="center"><div id="hptimer"><!--HP_TIMER--></div></td>
</tr>
</table></form></div>';
$INFO['ibstore_safty'] = '0';
$INFO['img_ext'] = 'gif,jpeg,jpg,png,bmp';
$INFO['index_news_link'] = '0';
$INFO['installed'] = '1';
$INFO['inventory_max'] = '60';
$INFO['inventory_showresell'] = '1';
$INFO['ipb_cache_path'] = '';
$INFO['ipb_copy_number'] = '';
 
Ändere mal die Zeile in die um:

HTML:
<input type="submit" name="submit" value="Login" class="forminput" /> <input type="button" value="Register" class="forminput" onclick="window.location=\'index.php?act=reg\'" /> <input type="button" value="Close" class="forminput" onclick="hide_hover_prompt();" />

Tobee
 
Zurück