Please help ASAP! - Site Not Working!

I went into my Wordpress theme’s epanel folder last night in the built in Editor and tried to remove the Author/date area but all I got was an error message and now I can’t access my site. Here is where it’s saying the problem is in the top couple of lines:

array( “type” => “clearfix”,),

  array( "name" => "Place Thumbs on Single Gallery Post",
               "id" => $shortname."_gallery_thumbnails",
               "type" => "checkbox",
               "std" => "on",
               "desc" => "By default thumbnails are placed at the beginning of your post on single post pages. If you would like to remove this initial thumbnail image to avoid repetition simply disable this option. "),

When I go to my site, this appears:

Parse error: syntax error, unexpected T_IS_NOT_EQUAL, expecting ‘)’ in /home/content/30/10133530/html/innovativewebdesigns/wp-content/themes/DeepFocus/epanel/options_deepfocus.php on line 352

you seem to be missing the closing bracket ) from the first array. :wink:

Sponsor our Newsletter | Privacy Policy | Terms of Service