aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-07-05 18:18:02 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2017-07-05 18:18:02 +0200
commit8875d385d0579b451dac4d9bda465172b4f69ee0 (patch)
treec51d5ecd45a612b0d2778bf9c282d228692f7109 /phpBB/styles
parent5e6803684739dc0963d784c0cefd86697ad397f3 (diff)
downloadforums-8875d385d0579b451dac4d9bda465172b4f69ee0.tar
forums-8875d385d0579b451dac4d9bda465172b4f69ee0.tar.gz
forums-8875d385d0579b451dac4d9bda465172b4f69ee0.tar.bz2
forums-8875d385d0579b451dac4d9bda465172b4f69ee0.tar.xz
forums-8875d385d0579b451dac4d9bda465172b4f69ee0.zip
Fix call of nav
use /js/ not the file directly
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/overall_footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index 7aa7f4f9dd..951a1d116c 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -32,6 +32,6 @@
<a id="bottom" name="bottom" accesskey="z"></a>
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>
-<script src="https://nav.mageia.org/js/source.js"></script>
+<script src="https://nav.mageia.org/js/"></script>
</body>
-</html> \ No newline at end of file
+</html>