Ejemplo n.º 1
0
		<a href="<?php echo JRoute::_('index.php?option=com_awdwall&task=viewgroup&groupid=' .$group->id. '&Itemid=' . $Itemid);?>" style="text-decoration:none;margin-top:3px;"><?php echo $group->title;?></a>
		</div>
		<div style=" clear:both; height:3px;"></div>
		<?php }?>
	<?php }?>
     <p ><a href="<?php echo JRoute::_('index.php?option=com_awdwall&view=group&task=newgroup&Itemid=' . $Itemid, false);?>"><?php echo JText::_('Create a Group');?></a></p>
                </div>
            <div class="about_br"> <div class="about_bl"></div></div>   
        </div>
 <?php }
 		}?>
        
<?php 
if($display_mywalluservideos==1)
{
$userfiles=AwdwallHelperUser::getlatestuservideo($this->wuid);
?>   
<?php if(count($userfiles)){?>    
         <br />
        <br />
		<div class="about_me clearfix">
			<div class="about_tr"> <div class="about_tl"></div></div>          
                <div class="about_content">
                    <p class="border"><strong><?php echo JText::_('My videos');?></strong></p>
                    <dl class="profile-right-info">	    
                    <dd>
                    <span style="float:left;"></span> 
                    <a href="<?php echo JRoute::_('index.php?option=com_awdwall&view=awdwall&layout=mywall&wuid=' . $this->wuid.'&task=videos&&Itemid=' . $Itemid);?>" title="<?php echo JText::_('See all');?>" style="float:right; margin-top:-25px;"><?php echo JText::_('See all');?></a>
                    </dd>
                    </dl>
                   
Ejemplo n.º 2
0
		<a href="<?php echo JRoute::_('index.php?option=com_awdwall&task=viewgroup&groupid=' .$group->id. '&Itemid=' . $Itemid);?>" style="text-decoration:none;margin-top:3px;"><?php echo $group->title;?></a>
		</div>
		<div style=" clear:both; height:3px;"></div>
		<?php }?>
	<?php }?>
     <p ><a href="<?php echo JRoute::_('index.php?option=com_awdwall&view=group&task=newgroup&Itemid=' . $Itemid, false);?>"><?php echo JText::_('Create a Group');?></a></p>
                </div>
            <div class="about_br"> <div class="about_bl"></div></div>   
        </div>
 <?php }
 		}?>

<?php 
if($display_mywalluservideos==1)
{
$userfiles=AwdwallHelperUser::getlatestuservideo($user->id);
?>   
<?php if(count($userfiles)){?>    
         <br />
        <br />
		<div class="about_me clearfix">
			<div class="about_tr"> <div class="about_tl"></div></div>          
                <div class="about_content">
                    <p class="border"><strong><?php echo JText::_('My videos');?></strong></p>
                    <dl class="profile-right-info">	    
                    <dd>
                    <span style="float:left;"></span> 
                    <a href="<?php echo JRoute::_('index.php?option=com_awdwall&view=awdwall&layout=mywall&wuid=' . $user->id.'&task=videos&&Itemid=' . $Itemid);?>" title="<?php echo JText::_('See all');?>" style="float:right; margin-top:-25px;" class="awdseeall"><?php echo JText::_('See all');?></a>
                    </dd>
                    </dl>