I am facing a syntax error problem in PHP. Appreciate if someone can help me understand what is going wrong here.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in:
The line causing this issue is:
if ($custom_logo){
echo '#logo a { background: url(''.$custom_logo.'') left center no-repeat; }';
}