HI!
Till a few hours ago I had a cool wordpress website
Unfortunatly Ive tried to change the functions.php file as explained on a website to get more sidebars and got an error message.
Ive tried to upload the original function.php file and replace it with the one Ive changed.
now I get this message: Parse error: syntax error, unexpected T_STRING....functions.php on line 2
THIS IS THE FILES PHP:
<?php
$artThemeSettings = array(
'menu.showSubmenus' => true,
'menu.homeCaption' => "Home",
'menu.showHome' => true,
'menu.topItemBegin' => "<span class=\"l\"></span><span class=\"r\"></span><span class=\"t\">",
'menu.topItemEnd' => "</span>"
);
load_theme_textdomain('kubrick');
$themename = "tropical fish";
$shortname = "art";
$default_footer_content = "<a href='#'>Contact Us</a> | <a href='#'>Terms of Use</a> | <a href='#'>Trademarks</a> | <a href='#'>Privacy Statement</a><br/>Copyright © 2009 ".get_bloginfo('name').". All Rights Reserved.";
$options = array (
array( "name" => "HTML",
"desc" => sprintf(__('<strong>XHTML:</strong> You can use these tags: <code>%s</code>', 'kubrick'), 'a, abbr, acronym, em, b, i, strike, strong, span'),
"id" => "art_footer_content",
"std" => $default_footer_content,
"type" => "textarea")
);
AND ON AND ON......
I HAVE NO ACCESS TO MY WORDPRESS DASHBOARD, TO MY SITE AT ALL.
ANY IDEAS?
I DONT MIND TRYING A NEW THEME, COULD I JUST DELETE THE THEME FILES FROM MY SERVER?
ANY HELP WILL BE VERY APPREACIATED AS IM CLUELESS AT THEAT POINT AND VERY FRUSTRATED....
THANKS