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