diff options
author | filip <filip.komar@gmail.com> | 2014-02-08 14:03:36 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2014-02-08 14:03:36 +0100 |
commit | 717783ca5cbd90b37d1e78bdb8460250884a0698 (patch) | |
tree | 8354c8fc05875ab36a3fa9d9428246b883b31fdc | |
parent | 789aa7181d7ebcca21db484a592685ecdcd75d44 (diff) | |
download | forums-717783ca5cbd90b37d1e78bdb8460250884a0698.tar forums-717783ca5cbd90b37d1e78bdb8460250884a0698.tar.gz forums-717783ca5cbd90b37d1e78bdb8460250884a0698.tar.bz2 forums-717783ca5cbd90b37d1e78bdb8460250884a0698.tar.xz forums-717783ca5cbd90b37d1e78bdb8460250884a0698.zip |
it should have been https. sorry.
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
2 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 3da59dd77a..44deca4794 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="http://nav.mageia.org/js/source.js"></script> +<script src="https://nav.mageia.org/js/source.js"></script> </body> </html>
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index d87906aad4..29f6d54e54 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -89,7 +89,7 @@ <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" /> <!-- ENDIF --> -<link rel="icon" type="image/png" href="http://nav.mageia.org/g/favicon.png" /> +<link rel="icon" type="image/png" href="https://nav.mageia.org/g/favicon.png" /> </head> <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}"> |