2016-04-08 15:31:40 +02:00
|
|
|
{if $connect_button == 1}
|
|
|
|
<style type="text/css">
|
|
|
|
#authentication #center_column #account-creation_container p#account_form_bottom{
|
|
|
|
padding: 6px 50px;
|
|
|
|
width: inherit;
|
|
|
|
text-align: right;
|
2016-04-18 15:22:00 +02:00
|
|
|
margin-top: 5px;
|
2016-04-08 15:31:40 +02:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<p class="cart_navigation" id="account_form_bottom">
|
2016-04-18 15:22:00 +02:00
|
|
|
<a id="SubmitLogin" href="{$link->getPageLink('authentication.php')}">{l s='Already member' mod='landingpages'}</a>
|
2016-04-08 15:31:40 +02:00
|
|
|
</p>
|
|
|
|
{/if}
|