When we connect to our website we have the error since yesterday:
Parse error: syntax error, unexpected T_VARIABLE in /homez.534/planetinm/www/wp-content/themes/ut-gogreen/functions.php on line 301
Here is the line 301, could somebody tell me where is the syntax error?
<input type="text" id="col_<?php echo $i; ?>_title" name="col_<?php echo $i; ?>_title" style="width:350px;" value="<?php echo get_option('col_'$i'_title'); ?>" />
and I think we have also an error in line 307:
<textarea id="col_<?php echo $i; ?>_content" name="col_<?php echo $i; ?>_content" style="width:350px;"><?php echo get_option('col_'$i'_content'); ?></textarea>