exit(page_renderer::render_main("Error: Editing disabled - Deleting $env->page","<p>You tried to delete $env->page, but editing is disabled on this wiki.</p>
exit(page_renderer::render_main("Error: Insufficient permissions - Deleting $env->page","<p>You tried to delete $env->page, but you are not an admin so you don't have permission to do that.</p>
exit(page_renderer::render_main("Error: Non-existent page - Deleting $env->page","<p>You tried to delete $env->page, but that page doesn't appear to exist in the first page. <a href='?'>Go back</a> to the $settings->defaultpage.</p>"));
exit(page_renderer::render_main("Deleting $env->page","<p>You are about to <strong>delete</strong> $env->page".(module_exists("feature-history")?" and all its revisions":"").". You can't undo this!</p>
exit(page_renderer::render_main("Deleting $env->page - $settings->sitename","<p>$env->page has been deleted. <a href='index.php'>Go back to the main page</a>.</p>"));
add_help_section("60-delete","Deleting Pages","<p>If you are logged in as an adminitrator, then you have the power to delete pages. To do this, click "Delete" in the "More..." menu when browsing the pge you wish to delete. When you are sure that you want to delete the page, click the given link.</p>