Skip to content
Snippets Groups Projects
Commit bcee3ffe authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Update index.phtml

parent ea10751c
Branches
Tags
3 merge requests!3297WIP: Master,!3067Hotline,!3055hotline#87844 : replace http by https for any links to bokeh-library-portal.org
Pipeline #6570 canceled with stage
in 2 minutes and 2 seconds
<?php
$skin = Class_Admin_Skin::current();
......@@ -80,7 +79,7 @@ foreach ($modstats as $stat) {
<a onclick="window.open(this.href); return false" href="https://git.afi-sa.net/afi/opacce"><?php echo $this->_('Site communautaire');?></a> -
<a onclick="window.open(this.href); return false" href="https://groups.google.com/group/utilisateurs-bokeh"><?php echo $this->_('Google group Bokeh');?></a> -
<a onclick="window.open(this.href); return false" href="http://wiki.bokeh-library-portal.org"><?php echo $this->_('Wiki Bokeh');?></a> -
<a onclick="window.open(this.href); return false" href="http://git.afi-sa.fr/afi/opacce/tree/master"><?php echo $this->_('Code source');?></a>
<a onclick="window.open(this.href); return false" href="https://git.afi-sa.net/afi/opacce/tree/master"><?php echo $this->_('Code source');?></a>
</div>
<h2><?php echo $this->_('Salle de discussion #Bokeh'); ?> :</h2>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment