예제 #1
0
                    </dd>
                </dl>
                  <br />   <br />
                 <?php if((int)$this->totalFriends) {?>		  
		  <?php $i = 1; foreach($this->friends as $friend){
				$class = 'column1';
				if($i%2 == 0)
					$class = 'column2';
				$i++;
		  ?>
		  <div style=" clear:both; height:3px;"></div>
			
		  <div style="min-height:20px">
		  <a href="<?php echo JRoute::_('index.php?option=com_awdwall&view=awdwall&layout=mywall&wuid=' . $friend->connect_to .'&Itemid=' . $Itemid, false);?>" style="text-decoration:none;">
		  
		<img src="<?php echo AwdwallHelperUser::getBigAvatar19($friend->connect_to);?>" alt="<?php echo AwdwallHelperUser::getDisplayName($friend->connect_to);?>" title="<?php echo AwdwallHelperUser::getDisplayName($friend->connect_to);?>" style="float:left;margin-top:0px;"  height="19" width="19"/></a>
		  
		   <a href="<?php echo JRoute::_('index.php?option=com_awdwall&view=awdwall&layout=mywall&wuid=' . $friend->connect_to.'&Itemid=' . $Itemid);?>" style="text-decoration:none;margin-top:3px; margin-left:3px;">
		  <?php echo AwdwallHelperUser::getDisplayName($friend->connect_to);?>
		   </a>	  
		  
		  </div>
		  
		<div style=" clear:both; height:3px;"></div>
			<?php } }?>
                </div>
            <div class="about_br"> <div class="about_bl"></div></div>   
        </div>        
<?php if($this->display_group || ($this->display_group_for_moderators && in_array($user->id,$this->moderator_users)) ) {?>
<?php if(isset($this->groups[0])){?>
        <br />
예제 #2
0
		  </a> 
		  </div>
			<?php } }?>
			<?php 
				//get member is creator group
				if($class == 'column1'){
					$class = 'column2';
				}else{
					$class = 'column1';
				}
			?>
			<?php foreach($this->memberscreator as $membercreator){ ?>
		  <div style="min-height:20px;">
				<a href="<?php echo JRoute::_('index.php?option=com_awdwall&view=awdwall&layout=mywall&wuid=' . $membercreator->creator .'&Itemid=' . $Itemid);?>">

				<img src="<?php echo AwdwallHelperUser::getBigAvatar19($membercreator->creator);?>"  title="<?php echo AwdwallHelperUser::getDisplayName($membercreator->creator);?>"  style="float:left;margin-top:0px;" border="0"  height="19" width="19" class="awdpostavatar" /></a>
				
				<a href="<?php echo JRoute::_('index.php?option=com_awdwall&view=awdwall&layout=mywall&wuid=' . $membercreator->creator .'&Itemid=' . $Itemid);?>" style="text-decoration:none;margin-top:3px; margin-left:5px;">
		  <?php echo AwdwallHelperUser::getDisplayName($membercreator->creator);?>
			</a>
			
		  </div>
			<?php } ?>
            </div>
            <div class="about_br"> <div class="about_bl"></div></div>   
        </div>
        <br />
        <br />
   
		
	  </div>