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.

11 lines
273 B

  1. <?php $this->widget('Presence'); ?>
  2. <?php $this->widget('LoginAnonymous'); ?>
  3. <main>
  4. <?php $this->widget('Header');?>
  5. <section>
  6. <div>
  7. <?php $this->widget('Rooms'); ?>
  8. </div>
  9. <?php $this->widget('Chat'); ?>
  10. </section>
  11. </main>