functions.php, footer.php: change some links from http -> https

This commit is contained in:
Silvan Calarco 2021-12-04 17:46:15 +01:00
parent 5b903274ee
commit 0e26e955f0
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ $responsive_options = responsive_get_options();
<div class="grid col-300 scroll-top"><a href="#scroll-top" title="<?php esc_attr_e( 'scroll to top', 'responsive' ); ?>"><?php _e( '&uarr;', 'responsive' ); ?></a></div> <div class="grid col-300 scroll-top"><a href="#scroll-top" title="<?php esc_attr_e( 'scroll to top', 'responsive' ); ?>"><?php _e( '&uarr;', 'responsive' ); ?></a></div>
<div class="grid col-300 fit powered"><?php esc_attr_e( 'Website provided by', 'responsive' ); ?> <a href="<?php echo esc_url('http://www.mambasoft.it/'); ?>">mambaSoft</a> <div class="grid col-300 fit powered"><?php esc_attr_e( 'Website provided by', 'responsive' ); ?> <a href="<?php echo esc_url('https://www.mambasoft.it/'); ?>">mambaSoft</a>
<!--?php esc_attr_e( 'powered by', 'responsive' ); ?> <a href="<?php echo esc_url( 'http://wordpress.org/' ); ?>" title="<?php esc_attr_e( 'WordPress', 'responsive' ); ?>"> <!--?php esc_attr_e( 'powered by', 'responsive' ); ?> <a href="<?php echo esc_url( 'http://wordpress.org/' ); ?>" title="<?php esc_attr_e( 'WordPress', 'responsive' ); ?>">
WordPress</a--> WordPress</a-->
</div><!-- end .powered --> </div><!-- end .powered -->

View File

@ -109,7 +109,7 @@ function openmamba_download_link($milestone, $medium, $currarch, $ext, $mlword,
$currreleasetag=$releaseTag[$medium.'-'.$milestone.'-'.$lang.'-'.$currarch]; $currreleasetag=$releaseTag[$medium.'-'.$milestone.'-'.$lang.'-'.$currarch];
$ret = ''; $ret = '';
# if ($lang != "it") { # if ($lang != "it") {
$downloadmirror = 'http://cdn.openmamba.org/pub/openmamba/media'; $downloadmirror = 'https://cdn.openmamba.org/pub/openmamba/media';
# } else { # } else {
# $downloadmirror = '/media'; # $downloadmirror = '/media';
# } # }