mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
20 lines
636 B
Smarty
20 lines
636 B
Smarty
<main>
|
|
<section>
|
|
<div>
|
|
<header>
|
|
<ul class="list middle">
|
|
<li>
|
|
|
|
<span class="primary active icon gray">
|
|
<a href="<?php echo Route::urlize('main'); ?>">
|
|
<i class="zmdi zmdi-home"></i>
|
|
</a>
|
|
</span>
|
|
<p class="center"><?php echo __('page.account_creation'); ?></p>
|
|
</li>
|
|
</ul>
|
|
</header>
|
|
<?php $this->widget('Subscribe');?>
|
|
</div>
|
|
</section>
|
|
</main>
|