$errorMessage="<p>You don't have permission to change the site settings.</p>\n";
if(!$env->is_logged_in)
$errorMessage.="<p>You could try <a href='?action=login&returnto=%3Faction%3Dconfigure'>logging in</a>.</p>";
else
$errorMessage.="<p>You could try <a href='?action=logout&returnto=%3Faction%3Dconfigure'>logging out</a> and then <a href='?action=login&returnto=%3Faction%3Dconfigure'>logging in</a> again.</a>.</p>";
$content.="<p>This page lets you configure the site settings. Please be careful - you can break things easily on this page if you're not careful!</p>";
$inputControl="<p><em>Sorry! The <code>$configKey</code> setting isn't editable yet through the gui. Please try editing <code>peppermint.json</code> for the time being.</em></p>";
add_help_section("800-raw-page-content","Viewing Raw Page Content","<p>Although you can use the edit page to view a page's source, you can also ask $settings->sitename to send you the raw page source and nothing else. This feature is intented for those who want to automate their interaction with $settings->sitename.</p>
<p>Tousethisfeature,navigatetothepageforwhichyouwanttoseethesource,andthenalterthe<code>action</code>parameterintheurl's query string to be <code>raw</code>. If the <code>action</code> parameter doesn'texist,addit.Notethatwhenusedonanfile'spagethisactionwillreturnthesourceofthedescriptionandnotthefileitself.</p>");