You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
580 B

<?php /* -*- mode: html -*- */
?>
<?php $this->widget('Poller');?>
<?php $this->widget('Presence');?>
<?php $this->widget('Chat');?>
<?php $this->widget('ChatExt');?>
<div id="main">
<div id="left">
<?php $this->widget('Connection');?>
<?php $this->widget('Profile');?>
<?php $this->widget('Bookmark');?>
<?php $this->widget('Notifs');?>
<?php $this->widget('Location');?>
</div>
<div id="center">
<?php $this->widget('Feed');?>
</div>
</div>
<div id="right">
<?php $this->widget('Roster');?>
</div>