Hosed the whole site
-
I get this error whenever I try to do anything:
Parse error: syntax error, unexpected ‘<‘ in /home/content/15/6544915/html/wp-content/themes/2010-weaver/functions.php on line 407
I copied everything to notepad and searched the line and I CANNOT fix it.
I can’t access anything to change the theme. I can’t do a damn thing and I can’t access the website. I know I should have copied the code before making changes. Too late now.
This is the area of the issue:
if (($contentColor = ttw_getopt_newcolor(‘ttw_content_color’)) ) {
t_css_color(‘#content, #content input, #content textarea’,$contentColor);
}if (ttw_getopt(“ttw_small_content_font”)) {
echo(“#content {font-size: 120%; line-height: 125%; }\n”); /* stange, but true! */
}
echo(“#comments {font-size: 90%; line-height: 90%; }\n”); /* stange, but true! */
}
if (($infoColor = ttw_getopt_newcolor(‘ttw_info_color’))) {
t_css_color(‘#comments .pingback p’, $infoColor);
t_css_color(‘#respond label’, $infoColor);
t_css_color(‘#respond dt, #respond dd’, $infoColor);
t_css_color(‘.entry-meta’, $infoColor);
t_css_color(‘.entry-content label’, $infoColor);
t_css_color(‘.entry-utility’, $infoColor);
t_css_color(‘#content .wp-caption’, $infoColor);
t_css_color(‘#content .gallery .gallery-caption’, $infoColor);
t_css_color(‘.navigation’, $infoColor);
}I can’t find a broken bracket at all…Someone please help.
- The topic ‘Hosed the whole site’ is closed to new replies.