Ejemplo n.º 1
0

        <br />
        <br />
	  </div>
    </div>
<?php }else{ ?>
 
    <div class="rbroundboxleft">
      <div class="mid_content">
	  <a href="<?php echo JRoute::_('index.php?option=com_awdwall&view=awdwall&layout=mywall&wuid=' . $this->wuid . '&Itemid=' . $Itemid, false);?>">
 <img  src="<?php echo AwdwallHelperUser::getBigAvatar133($this->wuid);?>" alt="<?php echo AwdwallHelperUser::getDisplayName($this->wuid);?>" title="<?php echo AwdwallHelperUser::getDisplayName($this->wuid);?>" class="myavtar"/>	  </a>
	 <?php
	 $userinfo=$this->userinfo;
		if($userinfo->skype_user && $userinfo->display_skype_user==1) {
			$isOnline=AwdwallHelperUser::IsSkypeOnline($userinfo->skype_user);
			echo $isOnline;
		}
	 ?>  
	  <?php if($showFunc &&  $user->id!=$this->wuid && $display_pm==1){?>
	   <p style="margin-top:10px;"><a href="javascript:void(0);" onclick="openPmBox();" class="mmessage"><?php echo JText::_('Send a message');?></a></p>
	   <?php }
	   else
	   echo '<div style="height:10px"></div>';
	   if($showalbumlink){?>
	   <p ><a href="<?php echo JRoute::_($infolink);?>" class="minfo"><?php echo JText::_('Info');?></a></p>
<?php  if($display_gallery==1){?>
	   <p ><a href="<?php echo JRoute::_($albumlink);?>" class="mphoto"><?php echo JText::_('Photos');?></a></p>
	   <?php } ?>
	   <?php } ?>
	<?php  if($user->id==$this->wuid)