From 47f4bceb1aea51bda9211a16d635b7a0f9664976 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 8 Jan 2017 21:08:33 -0500 Subject: Improve currencies pages navigation --- app/Template/config/sidebar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Template/config') diff --git a/app/Template/config/sidebar.php b/app/Template/config/sidebar.php index 239edc19..f35efde0 100644 --- a/app/Template/config/sidebar.php +++ b/app/Template/config/sidebar.php @@ -24,8 +24,8 @@
  • app->checkMenuSelection('LinkController') ?>> url->link(t('Link settings'), 'LinkController', 'index') ?>
  • -
  • app->checkMenuSelection('CurrencyController', 'index') ?>> - url->link(t('Currency rates'), 'CurrencyController', 'index') ?> +
  • app->checkMenuSelection('CurrencyController', 'show') ?>> + url->link(t('Currency rates'), 'CurrencyController', 'show') ?>
  • app->checkMenuSelection('ConfigController', 'integrations') ?>> url->link(t('Integrations'), 'ConfigController', 'integrations') ?> -- cgit v1.2.3