'.PHP_EOL; if ($WHERE_AM_I=='page') { $robots = array(); if ($page->noindex()) { $robots['noindex'] = 'noindex'; } if ($page->nofollow()) { $robots['nofollow'] = 'nofollow'; } if ($page->noarchive()) { $robots['noarchive'] = 'noarchive'; } if (!empty($robots)) { $robots = implode(' ', $robots); $html .= ''.PHP_EOL; } } return $html; } }