diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 18:18:02 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 18:18:02 +0200 |
commit | 8875d385d0579b451dac4d9bda465172b4f69ee0 (patch) | |
tree | c51d5ecd45a612b0d2778bf9c282d228692f7109 /phpBB/styles | |
parent | 5e6803684739dc0963d784c0cefd86697ad397f3 (diff) | |
download | forums-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.html | 4 |
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> |