diff --git a/.htaccess b/.htaccess
index 53bce76..0be28ab 100644
--- a/.htaccess
+++ b/.htaccess
@@ -36,6 +36,13 @@ RewriteRule ^(.*)$ app.php [QSA,L]
#Options +FollowSymLinks
+# Apache content negotation tries to interpret non-existent paths as files if
+# MultiViews is enabled. This will however cause issues with paths containg
+# dots, e.g. for the cron tasks
+
+ Options -MultiViews
+
+
# With Apache 2.4 the "Order, Deny" syntax has been deprecated and moved from
# module mod_authz_host to a new module called mod_access_compat (which may be
# disabled) and a new "Require" syntax has been introduced to mod_authz_host.
diff --git a/adm/images/phpbb_logo.svg b/adm/images/phpbb_logo.svg
new file mode 100644
index 0000000..2a24106
--- /dev/null
+++ b/adm/images/phpbb_logo.svg
@@ -0,0 +1,6 @@
+
diff --git a/adm/index.php b/adm/index.php
index d27f56f..c648fdf 100644
--- a/adm/index.php
+++ b/adm/index.php
@@ -49,7 +49,6 @@ if (!$auth->acl_get('a_'))
define('IN_ADMIN', true);
// Some oft used variables
-$safe_mode = (@ini_get('safe_mode') == '1' || strtolower(@ini_get('safe_mode')) === 'on') ? true : false;
$file_uploads = (@ini_get('file_uploads') == '1' || strtolower(@ini_get('file_uploads')) === 'on') ? true : false;
$module_id = $request->variable('i', '');
$mode = $request->variable('mode', '');
diff --git a/adm/style/acp_attachments.html b/adm/style/acp_attachments.html
index 868e256..7a66f17 100644
--- a/adm/style/acp_attachments.html
+++ b/adm/style/acp_attachments.html
@@ -110,7 +110,7 @@
-
-
-
-
diff --git a/styles/prosilver/template/forum_fn.js b/styles/prosilver/template/forum_fn.js
index 3f28f8a..2e39365 100644
--- a/styles/prosilver/template/forum_fn.js
+++ b/styles/prosilver/template/forum_fn.js
@@ -460,7 +460,7 @@ function parseDocument($container) {
$linksLast = $linksNotSkip.filter(filterLast), // The items that will be hidden last
persistent = $this.attr('id') === 'nav-main', // Does this list already have a menu (such as quick-links)?
html = '
',
- slack = 3; // Vertical slack space (in pixels). Determines how sensitive the script is in determining whether a line-break has occured.
+ slack = 3; // Vertical slack space (in pixels). Determines how sensitive the script is in determining whether a line-break has occurred.
// Add a hidden drop-down menu to each links list (except those that already have one)
if (!persistent) {
diff --git a/styles/prosilver/template/forumlist_body.html b/styles/prosilver/template/forumlist_body.html
index 8250a1f..4932860 100644
--- a/styles/prosilver/template/forumlist_body.html
+++ b/styles/prosilver/template/forumlist_body.html
@@ -101,7 +101,7 @@
{L_VIEW_LATEST_POST}
- {forumrow.LAST_POST_TIME}
+
{% if forumrow.U_UNAPPROVED_TOPICS %}
{{ lang('TOPIC_UNAPPROVED_FORUM', forumrow.TOPICS) }}
diff --git a/styles/prosilver/template/mcp_forum.html b/styles/prosilver/template/mcp_forum.html
index f6c518e..82df5d5 100644
--- a/styles/prosilver/template/mcp_forum.html
+++ b/styles/prosilver/template/mcp_forum.html
@@ -86,7 +86,9 @@