diff --git a/etc/config.php b/etc/config.php
index 23737ff..fb60e68 100644
--- a/etc/config.php
+++ b/etc/config.php
@@ -34,6 +34,7 @@ $settings = array(
"enable_sub_main" => TRUE, // enable users to create subs by posting in main
"enable_sub_navigation" => TRUE, // enable users to create subs by posting in main
"enable_b32_bot" => TRUE, // enable a bot looking for b32 links and translating them to hostnames
+ "enable_menu" => TRUE, // show a menu on overboard and subs
"enable_logging" => TRUE, // set to FALSE to disable all logs of endboard. This will provide stricter privacy, however, it will also
// disable the features: max_post_*, bot_block, portal, max_requests_* and fail2ban.
"enable_sage" => TRUE, // show the option to not bump a thread
@@ -131,7 +132,8 @@ function show_landing_page($css){
echo "|Flowers|"
. "Flowers with mono font|"
. "Trip|Flicker"
- . "|Unstyled";
+ . "|Unstyled"
+ . "|Simple";
echo "
Mobile site.";
echo "
This board uses no javascript, cookies, webbugs or"
. " any other invasive stuff.
";
diff --git a/opt/show.php b/opt/show.php
index 29c184b..ec89acc 100644
--- a/opt/show.php
+++ b/opt/show.php
@@ -360,7 +360,7 @@ function show_post_form($db, $msg, $sub, $settings, $org_id, $css, $quote, $ip)
}
// Shows all versions of a specific post
-function show_post_history($db, $sub, $post_id, $settings)
+function show_post_history($db, $sub, $post_id, $settings, $css)
{
$html_string = '