Hi,
I am seeing following error and I am not able to figure out what is going wrong.
Appreciate if someone can help me understand what is going wrong here -
Error -
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘,’ or ‘;’
Line -
if ($slider_button_location || $custom_logo || $background_image || $background_color){ echo ‘’; }
if ($custom_logo){ echo ‘#logo a { background: url(’’.$custom_logo.’’) left center no-repeat; }’; }
if ($background_color || $background_image){
:
:
: