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

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