diff options
Diffstat (limited to 'src/views/pages/plugins/index.html.php')
-rw-r--r-- | src/views/pages/plugins/index.html.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/pages/plugins/index.html.php b/src/views/pages/plugins/index.html.php new file mode 100644 index 0000000..0e14161 --- /dev/null +++ b/src/views/pages/plugins/index.html.php @@ -0,0 +1,5 @@ +<?php global $VARS; +$t = $VARS['template']; + +$t->header('Administrator Plugin Management'); +$t->openTag('form',array('method'=>'post','action'=>$m->baseUrl().plugins)); |