master
Skylar Ittner 6 years ago
parent c2cea5c43e
commit dbe21d80e6

@ -103,7 +103,7 @@ END;
<?php <?php
// Adjust as needed // Adjust as needed
$navbar_breakpoint = "sm"; $navbar_breakpoint = "md";
// For mobile app // For mobile app
echo "<script nonce=\"$SECURE_NONCE\">var navbar_breakpoint = \"$navbar_breakpoint\";</script>" echo "<script nonce=\"$SECURE_NONCE\">var navbar_breakpoint = \"$navbar_breakpoint\";</script>"

@ -16,6 +16,17 @@ define("PAGES", [
"navbar" => true, "navbar" => true,
"icon" => "fas fa-sitemap" "icon" => "fas fa-sitemap"
], ],
"files" => [
"title" => "files",
"navbar" => true,
"icon" => "fas fa-folder",
"styles" => [
"static/css/files.css"
],
"scripts" => [
"static/js/files.js"
]
],
"sitesettings" => [ "sitesettings" => [
"title" => "settings", "title" => "settings",
"styles" => [ "styles" => [
@ -69,17 +80,6 @@ define("PAGES", [
"static/js/messages.js" "static/js/messages.js"
] ]
], ],
"files" => [
"title" => "files",
"navbar" => true,
"icon" => "fas fa-folder",
"styles" => [
"static/css/files.css"
],
"scripts" => [
"static/js/files.js"
]
],
"404" => [ "404" => [
"title" => "404 error" "title" => "404 error"
] ]

Loading…
Cancel
Save