Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
// form link to https instead http
Browse files Browse the repository at this point in the history
  • Loading branch information
rGaillard committed Oct 8, 2014
1 parent 88f7217 commit 0d8a3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/hook/blocknewsletter.tpl
Expand Up @@ -31,7 +31,7 @@
{if isset($msg) && $msg}
<p class="{if $nw_error}warning_inline{else}success_inline{/if}">{$msg}</p>
{/if}
<form action="{$link->getPageLink('index')|escape:'html'}" method="post">
<form action="{$link->getPageLink('index', true)|escape:'html'}" method="post">
<p>
<input class="inputNew" id="newsletter-input" type="text" name="email" size="18" value="{if isset($value) && $value}{$value}{else}{l s='your e-mail' mod='blocknewsletter'}{/if}" />
<input type="submit" value="ok" class="button_mini" name="submitNewsletter" />
Expand Down

0 comments on commit 0d8a3bc

Please sign in to comment.