syntax error
-
I was removing a signature function out of my functions.php of my lightworld theme. When I hit update I got this
Parse error: syntax error, unexpected ‘<‘ in /hermes/bosweb/web031/b310/ipg.droidlabsca/wp-content/themes/lightword/functions.php on line 9here is the area that I was editing, does anything seem wrong?
<?php
if (!empty($_SERVER[‘SCRIPT_FILENAME’]) && ‘functions.php’ == basename($_SERVER[‘SCRIPT_FILENAME’]))
die (‘Please do not load this page directly. Thanks!’);$themename = “LightWord”;
$shortname = “lw”;
$top_header_image_path = get_template_directory_uri().”/images/header-image.png”;(((((I PLACE IT HERE)
if ( ! isset( $content_width ) ) $content_width = 550;
$options = array (
array( “name” => “Welcome”,
“type” => “title”),
- The topic ‘syntax error’ is closed to new replies.