Added list functions
This commit is contained in:
parent
e3775e1045
commit
2226e91faf
11 changed files with 116 additions and 9 deletions
|
|
@ -91,7 +91,7 @@ foreach(PhangoApp\PhaRouter\Config::$modules_allowed as $module) {
|
|||
$link_text=$admin[0];
|
||||
|
||||
?>
|
||||
<li><a href="<?=$this->make_url($admin[1])?>" class="<?=$class_selected?>">
|
||||
<li><a href="<?=$admin[1]?>" class="<?=$class_selected?>">
|
||||
<?=$icon_module?>
|
||||
<?=$link_text?>
|
||||
</a>
|
||||
|
|
|
|||
8
modules/admin/templates/list.php
Normal file
8
modules/admin/templates/list.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?=$this->start('footer_js')?>
|
||||
<table>
|
||||
|
||||
</table>
|
||||
<script>
|
||||
|
||||
</script>
|
||||
<?=$this->end('footer_js')?>
|
||||
4
modules/admin/templates/users.php
Normal file
4
modules/admin/templates/users.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?=$this->layout('layout', ['title' => $title, 'path_module' => 'admin.home'])?>
|
||||
<?=$this->start('content')?>
|
||||
<?=$content?>
|
||||
<?=$this->end('content')?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue