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.
 
 
 
 

39 lines
808 B

<?php /* -*- mode: html -*- */
?>
<nav class="color dark">
<?php $this->widget('Presence');?>
<?php $this->widget('Navigation');?>
</nav>
<main>
<?php $this->widget('Header');?>
<section>
<?php $this->widget('Menu');?>
<?php $this->widget('Post');?>
</section>
</main>
<?php //$this->widget('Presence');?>
<?php //$this->widget('Chat');?>
<?php //$this->widget('VisioExt');?>
<!--
<div id="main">
<div id="left">
<?php //$this->widget('Profile');?>
<?php //$this->widget('Notifs');?>
<?php //$this->widget('Bookmark');?>
</div>
<div id="center">
<?php //$this->widget('Init');?>
<?php //$this->widget('Feed');?>
</div>
</div>
<div id="right">
<?php
//$this->widget('Roster');
?>
</div>
-->