Settings tidyup

This commit is contained in:
Starbeamrainbowlabs 2014-12-26 14:00:26 +00:00
parent 702dd41c30
commit 036fcfbd4c
1 changed files with 6 additions and 6 deletions

View File

@ -40,6 +40,12 @@ $users = [
"user" => "873ac9ffea4dd04fa719e8920cd6938f0c23cd678af330939cff53c3d2855f34" //cheese
];
//contact details for the site administrator. Since user can only be added by editing this file, people will need a contact address to use to ask for an account. Displayed at the bottom of the page, and will be appropriatly obfusticateed to deter spammers.
$admindetails = [
"name" => "Administrator",
"email" => "admin@localhost"
];
//array of links and display text to display at the top of the site
$navlinks = [
[ "Home", "index.php" ],
@ -57,12 +63,6 @@ $navlinks = [
[ "Help", "index.php?action=help" ]
];
//contact details for the site administrator. Since user can only be added by editing this file, people will need a contact address to use to ask for an account. Displayed at the bottom of the page, and will be appropriatly obfusticateed to deter spammers.
$admindetails = [
"name" => "Administrator",
"email" => "admin@localhost"
];
//string of css to include
$css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; }
textarea[name=content] { display: block; width: 100%; height: 35rem; }