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.
 
 
 
 
 

23 lines
744 B

<main>
<div class="large">
<header>
<ul class="list middle">
<li>
<span class="primary active icon gray">
<a href="<?php echo \Movim\Route::urlize('main'); ?>">
<i class="material-symbols">arrow_back</i>
</a>
</span>
<div>
<p class="center"><?php echo __('page.about'); ?></p>
</div>
</li>
</ul>
</header>
<?php $this->widget('Tabs');?>
<ul class="tabs" id="navtabs"></ul>
<?php $this->widget('About');?>
<?php $this->widget('Help');?>
</div>
</main>