Need Help with php

by 1 replies
1
I was playing with my code trying to add something and screwed it up some how.
It says this every time i update the file

Parse error: syntax error, unexpected '<', expecting ')' in /home/hpanurse/public_html/kyle-nelson.com/wp-content/themes/boldnews/includes/theme-options.php on line 255

i cant figure out how to fix the code. This are the lines:
PHP Code:
                         "desc" => "Enter the title to use on homepage above the recent blog posts."
This is before and after it:
PHP Code:
$options[] = array( "name" => "Blog Title",
                          
"desc" => "Enter the title to use on homepage above the recent blog posts.",
                          
"id" => $shortname."_home_title_blog",
                          
"std" => "Recent News",
                          
"type" => "text"); 
please help
#programming #php
  • nevermind i fixed it. sorry i am not to sure how to close a thread!

Next Topics on Trending Feed