summaryrefslogtreecommitdiff
path: root/src/views/pages/plugins/index.html.php
blob: 0e14161e07488c973b6c10d26643e335c741c093 (plain)
1
2
3
4
5
<?php global $VARS;
$t = $VARS['template'];

$t->header('Administrator Plugin Management');
$t->openTag('form',array('method'=>'post','action'=>$m->baseUrl().plugins));