123456789101112 |
- <?php
- global $myUser;
- if(!$myUser->can('example','configure')) throw new Exception("Permissions insuffisantes",403);
- ?>
- <div class="row">
- <div class="col-md-12">
- <br>
- <h3>Réglages Example</h3>
- <hr/>
- <p>Rien à configurer ici...</p>
- </div>
- </div>
|