mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Settings tidyup
This commit is contained in:
parent
702dd41c30
commit
036fcfbd4c
1 changed files with 6 additions and 6 deletions
|
@ -40,6 +40,12 @@ $users = [
|
||||||
"user" => "873ac9ffea4dd04fa719e8920cd6938f0c23cd678af330939cff53c3d2855f34" //cheese
|
"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
|
//array of links and display text to display at the top of the site
|
||||||
$navlinks = [
|
$navlinks = [
|
||||||
[ "Home", "index.php" ],
|
[ "Home", "index.php" ],
|
||||||
|
@ -57,12 +63,6 @@ $navlinks = [
|
||||||
[ "Help", "index.php?action=help" ]
|
[ "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
|
//string of css to include
|
||||||
$css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; }
|
$css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; }
|
||||||
textarea[name=content] { display: block; width: 100%; height: 35rem; }
|
textarea[name=content] { display: block; width: 100%; height: 35rem; }
|
||||||
|
|
Loading…
Reference in a new issue