I am trying to implement what I found here: http://clintonskakun...th-processwire/
but I get an error with the following code:
<meta type="robots" content="<?=($page->no_follow ? "nofollow" : "follow")?>,<?=$page->no_index ? "noindex" : "index")?>" />
Parse Error syntax error, unexpected ')', expecting ',' or ';' (line 22 of /home/anthonyj/public_html/site/templates/head.inc)
This error message was shown because you are logged in as a Superuser. Error has been logged.
Any help much appreciated