From 9ca4b43a97ae92fad57b00ac0217d5b7078272fb Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 26 Sep 2015 15:57:39 -0400 Subject: Add page to show the list of plugins --- app/Template/config/sidebar.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/Template/config/sidebar.php') diff --git a/app/Template/config/sidebar.php b/app/Template/config/sidebar.php index ed4f01e7..4195cde1 100644 --- a/app/Template/config/sidebar.php +++ b/app/Template/config/sidebar.php @@ -4,6 +4,9 @@
  • app->getRouterAction() === 'index' ? 'class="active"' : '' ?>> url->link(t('About'), 'config', 'index') ?>
  • +
  • app->getRouterAction() === 'plugins' ? 'class="active"' : '' ?>> + url->link(t('Plugins'), 'config', 'plugins') ?> +
  • app->getRouterAction() === 'application' ? 'class="active"' : '' ?>> url->link(t('Application settings'), 'config', 'application') ?>
  • -- cgit v1.2.3