mirror of https://github.com/movim/movim
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.
18 lines
574 B
18 lines
574 B
<main style="background-color: var(--movim-background);">
|
|
<aside>
|
|
<?php $this->widget('CommunityDataPublic'); ?>
|
|
</aside>
|
|
<div>
|
|
<?php $this->widget('Blog');?>
|
|
<ul class="list">
|
|
<li>
|
|
<span class="primary icon gray">
|
|
<i class="material-icons">cloud_queue</i>
|
|
</span>
|
|
<div>
|
|
<p class="center normal"><a target="_blank" href="https://movim.eu">Powered by Movim</a></p>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</main>
|