Skip to content
Snippets Groups Projects
Commit c7dc101e authored by Demian Katz's avatar Demian Katz
Browse files

Removed unused variable.

parent fa622552
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
<? foreach ($classes as $loop=>$class):?> <? foreach ($classes as $loop=>$class):?>
<div class="authmethod<?=$loop?> span<?=floor(12/$count) ?>"> <div class="authmethod<?=$loop?> span<?=floor(12/$count) ?>">
<? $this->auth()->setActiveAuthClass($class) ?> <? $this->auth()->setActiveAuthClass($class) ?>
<?=$this->auth()->getLoginDesc($method) ?> <?=$this->auth()->getLoginDesc() ?>
<?=$this->auth()->getLogin($method) ?> <?=$this->auth()->getLogin() ?>
<? $this->auth()->setActiveAuthClass('ChoiceAuth') ?> <? $this->auth()->setActiveAuthClass('ChoiceAuth') ?>
</div> </div>
<? endforeach ?> <? endforeach ?>
......
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