|
|
|
@ -1,5 +1,4 @@ |
|
|
|
<?php $this->widget('Search');?> |
|
|
|
<?php $this->widget('PublishStories');?> |
|
|
|
<?php $this->widget('Onboarding');?> |
|
|
|
<?php $this->widget('Notifications');?> |
|
|
|
<?php if(\App\User::me()->hasOMEMO()) $this->widget('ChatOmemo');?> |
|
|
|
@ -41,3 +40,7 @@ |
|
|
|
<?php $this->widget('Blocked');?> |
|
|
|
</div> |
|
|
|
</main> |
|
|
|
|
|
|
|
<?php if (\App\User::me()->hasPubsub()) { ?> |
|
|
|
<?php $this->widget('PublishStories');?> |
|
|
|
<?php } ?> |