summaryrefslogtreecommitdiff
path: root/templates/register.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/register.tpl')
-rw-r--r--templates/register.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/register.tpl b/templates/register.tpl
index ca2ac82..d87fc45 100644
--- a/templates/register.tpl
+++ b/templates/register.tpl
@@ -12,7 +12,7 @@
<div class="form-group">
{formlabel label="Click to Register" for="user"}
{forminput}
- {foreach from=$hybridProviders key=providerKey item=providerHash}<a class="btn btn-default" href="{$smarty.const.USERS_PKG_URL}validate?provider={$providerHash.provider}">{booticon iname=$providerHash.icon} {$providerHash.provider}</a> {/foreach}
+ {foreach from=$hybridProviders key=providerKey item=providerHash}<a class="btn btn-default" href="{$smarty.const.USERS_PKG_URL}validate?provider={$providerHash.provider}">{biticon ipackage="icons" iname=$providerHash.icon} {$providerHash.provider}</a> {/foreach}
{formhelp note="1-Click registration with any of the sites above."}
{/forminput}
</div>