functions.php, footer.php: change some links from http -> https
This commit is contained in:
parent
5b903274ee
commit
0e26e955f0
@ -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( '↑', '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' ); ?>">
|
||||
WordPress</a-->
|
||||
</div><!-- end .powered -->
|
||||
|
@ -109,7 +109,7 @@ function openmamba_download_link($milestone, $medium, $currarch, $ext, $mlword,
|
||||
$currreleasetag=$releaseTag[$medium.'-'.$milestone.'-'.$lang.'-'.$currarch];
|
||||
$ret = '';
|
||||
# if ($lang != "it") {
|
||||
$downloadmirror = 'http://cdn.openmamba.org/pub/openmamba/media';
|
||||
$downloadmirror = 'https://cdn.openmamba.org/pub/openmamba/media';
|
||||
# } else {
|
||||
# $downloadmirror = '/media';
|
||||
# }
|
||||
|
Loading…
Reference in New Issue
Block a user