mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-17 18:36:50 +02:00
Add Monstra from HG Commit 683dcb70c4cc
This commit is contained in:
14
plugins/box/users/views/frontend/index.view.php
Normal file
14
plugins/box/users/views/frontend/index.view.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<h3><?php echo __('Users', 'users'); ?></h3>
|
||||
<hr>
|
||||
<table>
|
||||
<tr>
|
||||
<td></td>
|
||||
</tr>
|
||||
<?php foreach ($users as $user) { ?>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="<?php echo Site::url(); ?>users/<?php echo $user['id']; ?>"><?php echo $user['login']; ?></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
Reference in New Issue
Block a user