Esempio n. 1
0
	<div id="other_connections" class="setting_box">
		<h3 class="box_title">
			<?php 
echo JText::_('COM_HS_USERS_VIEW_SETTING_OTHER_CONNECTION_TITLE');
?>
		</h3>		
		
		
		
		<?php 
if (count($this->providerList) > 0) {
    ?>
			<?php 
    jimport('hs.user.html');
    //load css
    HsUserHTML::loadAssetCSS();
    $token = JSession::getFormToken();
    $linkBase = 'index.php?option=com_hs_users&task=authentications.addNewAuthenticationWith&' . $token . '=1&provider=';
    ?>
			
			<ul class="hs_social_list">
				
				<?php 
    foreach ($this->providerList as $row) {
        ?>
				<li class="socials <?php 
        echo $row->name;
        ?>
">
					<?php 
        if ($row->connected) {