Parse error: syntax error, unexpected ','
-
Hi, i need help with code. When I try to reactivate my password, I get this error:
Parse error: syntax error, unexpected ‘,’ in /home/iportalc/public_html/iOglasnik/bb-templates/iBlogProForum/password-reset.php on line 12
this is the original code:
<?php bb_get_header(); ?>
<h2 role=”main”><?php _e(‘Password Reset’, FTDOMAIN); ?></h2>
<?php if ( $error ) : ?>
<p class=”notice error”><?php echo $error; ?></p>
<?php else : ?>
<?php switch ( $action ) : ?>
<?php case ( ‘send_key’ ) : ?>
<p class=”notice”><?php _e(‘An email has been sent to the address we have on file for you. If you don’t get anything within a few minutes, or your email has changed, you may want to get in touch with the webmaster or forum administrator here.’, FTDOMAIN); ?></p>
<?php break; ?>
<?php case ( ‘reset_password’, FTDOMAIN ) : ?>
<p class=”notice”><?php _e(‘Your password has been reset and a new one has been mailed to you.’, FTDOMAIN); ?></p>
<?php break; ?>
<?php endswitch; ?>
<?php endif; ?>
<?php bb_get_footer(); ?>
- You must be logged in to reply to this topic.