You are here

hybridauth_widget.tpl.php in HybridAuth Social Login 7.2

Same filename and directory in other branches
  1. 6.2 templates/hybridauth_widget.tpl.php

File

templates/hybridauth_widget.tpl.php
View source
<div class="hybridauth-widget-wrapper"><?php

print theme('item_list', array(
  'items' => $providers,
  'title' => $title,
  'type' => 'ul',
  'attributes' => array(
    'class' => array(
      'hybridauth-widget',
    ),
  ),
));
?></div>