Skip to content

Commit

Permalink
http in links to openpolis transformed into https
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo committed Nov 9, 2017
1 parent e9a06b1 commit 35f4092
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions apps/fe/modules/static/templates/tesseramentoSuccess.php
Expand Up @@ -12,12 +12,12 @@
<div class="ninecol">

<div style="font-size:14px; padding:5px; line-height:1,5em;">
<p><em class="open">open</em><em class="parlamento">parlamento</em> &egrave; un'iniziativa del progetto <?php echo link_to('openpolis','http://associazione.openpolis.it') ?> gestito dall'associazione omonima che &egrave; indipendente, apartitica, aconfessionale e senza scopo di lucro.</p>
<p><em class="open">open</em><em class="parlamento">parlamento</em> &egrave; un'iniziativa del progetto <?php echo link_to('openpolis','https://www.openpolis.it') ?> gestito dall'associazione omonima che &egrave; indipendente, apartitica, aconfessionale e senza scopo di lucro.</p>
<p>&nbsp;</p>

<p style="font-size:18px; padding-top:5px;">Contribuisci a sostenere openpolis, openparlamento e tutte le nuove iniziative.<br/><br/>
<a href="http://openpolis.it/sostienici/dona/"><strong>Dona ad Openpolis</strong></a><br/><br/>
<a href="http://openpolis.it/5xmille/"><strong>Il tuo 5xmille a Openpolis</strong></a>
<a href="https://www.openpolis.it/sostienici/dona/"><strong>Dona ad Openpolis</strong></a><br/><br/>
<a href="https://www.openpolis.it/5xmille/"><strong>Il tuo 5xmille a Openpolis</strong></a>
</p>
</div>

Expand All @@ -34,4 +34,4 @@
<?php slot('breadcrumbs') ?>
<?php echo link_to("home", "@homepage") ?> /
diventa socio di openpolis
<?php end_slot() ?>
<?php end_slot() ?>
2 changes: 1 addition & 1 deletion apps/fe/templates/site_layout.php
Expand Up @@ -72,7 +72,7 @@
<div class="row">
<h1 class="ninecol">
<a href="/"><img src="/img/logo-openparlamento.png" alt="Titolo" id="logo" /></a>
<a href="http://openpolis.it"><img src="/img/openpolis-tool.png" alt="OpenPolis" id="op-logo" /></a>
<a href="https://www.openpolis.it"><img src="/img/openpolis-tool.png" alt="OpenPolis" id="op-logo" /></a>
</h1>
<div class="threecol last" id="tools-container">
<?php include_partial('global/tools') ?>
Expand Down
2 changes: 1 addition & 1 deletion apps/fe/templates/site_layoutDoc.php
Expand Up @@ -70,7 +70,7 @@
<div class="row">
<h1 class="ninecol">
<a href="/"><img src="/img/logo-openparlamento.png" alt="Titolo" id="logo" /></a>
<a href="http://openpolis.it"><img src="/img/openpolis-tool.png" alt="OpenPolis" id="op-logo" /></a>
<a href="https://www.openpolis.it"><img src="/img/openpolis-tool.png" alt="OpenPolis" id="op-logo" /></a>
</h1>
<div class="threecol last" id="tools-container">
<?php include_partial('global/toolsDoc') ?>
Expand Down
Expand Up @@ -95,7 +95,7 @@ public function executeSignin()
if (sfConfig::get('sf_no_script_name') && $script == '/index.php')
$script = '';

$login_url = sprintf("http://%s%s/login", $host, $script);
$login_url = sprintf("https://%s%s/login", $host, $script);
$user = $this->getUser();

// some variables used in connecting to access APIs
Expand Down

0 comments on commit 35f4092

Please sign in to comment.