13 lines
250 B
Smarty
13 lines
250 B
Smarty
|
<?php
|
||
|
use oat\tao\helpers\Template;
|
||
|
?>
|
||
|
<div class="main-container">
|
||
|
<div class="ext-home-container">
|
||
|
<h1><?=__('Roles')?></h1>
|
||
|
<p><?=__('Manage Roles and apply them to users.')?><br />
|
||
|
</div>
|
||
|
</div>
|
||
|
<?php
|
||
|
Template::inc('footer.tpl', 'tao')
|
||
|
?>
|