Added checkbox support

This commit is contained in:
Andy Miller
2014-09-10 11:29:49 -06:00
parent 2a29ac9a60
commit 25c53fa365
19 changed files with 1078 additions and 129 deletions

View File

@@ -172,7 +172,7 @@ class AdminPlugin extends Plugin
$twig->twig_vars['admin'] = $this->admin;
// fake grav update
$twig->twig_vars['grav_update'] = array('current'=>'0.9.1', 'available'=>'0.9.2');
$twig->twig_vars['grav_update'] = array('current'=>'0.9.1', 'available'=>'0.9.1');
switch ($this->template) {
case 'dashboard':