'; echo elgg_echo('admin:robots.txt:instructions'); echo elgg_view('input/plaintext', array( 'name' => 'text', 'value' => $site->getPrivateSetting('robots.txt'), )); echo ''; echo '
'; echo elgg_echo('admin:robots.txt:plugins'); echo elgg_view('input/plaintext', array( 'value' => elgg_trigger_plugin_hook('robots.txt', 'site', array('site' => $site), ''), 'readonly' => true, )); echo '
'; echo '
'; echo elgg_view('input/submit', array('value' => elgg_echo('save'))); echo '
';