' . sprintf($lang['CLICK_RETURN_ROBOTS_TXT_CONFIG'], '', '') . '

' . sprintf($lang['CLICK_RETURN_ADMIN_INDEX'], '', '')); } $current_content = ''; if (is_file($robots_file)) { $current_content = file_get_contents($robots_file); } $template->assign_vars([ 'S_ACTION' => 'admin_robots.php', 'ROBOTS_TXT' => htmlCHR($current_content), ]); print_page('admin_robots.tpl', 'admin');