Browse Source

Add forgotten file

pull/5/head
Jaussoin Timothée 15 years ago
parent
commit
66ae913451
  1. 15
      themes/movim/friend.tpl

15
themes/movim/friend.tpl

@ -0,0 +1,15 @@
<?php /* -*- mode: html -*- */
?>
<?php $this->widget('Poller');?>
<?php $this->widget('Logout');?>
<div id="left">
<?php $this->widget('Profile');?>
<?php $this->widget('Friends');?>
<?php $this->widget('Chat');?>
</div>
<div id="right">
<?php $this->widget('Log');?>
</div>
<div id="center">
<?php $this->widget('Wall');?>
</div>
Loading…
Cancel
Save