From 43f2a2f7b317d309d338742d3dfaab513dc8965a Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 2 Nov 2017 12:59:23 -0400 Subject: [PATCH] Moved config to appropriate theme. --- themes/bootstrap3/theme.config.php | 1 - themes/root/theme.config.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/theme.config.php b/themes/bootstrap3/theme.config.php index 9abcde9b89d..c2a266cbba5 100644 --- a/themes/bootstrap3/theme.config.php +++ b/themes/bootstrap3/theme.config.php @@ -31,7 +31,6 @@ return [ 'flashmessages' => 'VuFind\View\Helper\Bootstrap3\Factory::getFlashmessages', 'layoutclass' => 'VuFind\View\Helper\Bootstrap3\Factory::getLayoutClass', 'recaptcha' => 'VuFind\View\Helper\Bootstrap3\Factory::getRecaptcha', - 'summaries' => 'VuFind\View\Helper\Root\Factory::getSummaries', ], 'invokables' => [ 'highlight' => 'VuFind\View\Helper\Bootstrap3\Highlight', diff --git a/themes/root/theme.config.php b/themes/root/theme.config.php index 485cfadda9c..b8915372f43 100644 --- a/themes/root/theme.config.php +++ b/themes/root/theme.config.php @@ -37,6 +37,7 @@ return [ 'searchoptions' => 'VuFind\View\Helper\Root\Factory::getSearchOptions', 'searchparams' => 'VuFind\View\Helper\Root\Factory::getSearchParams', 'searchtabs' => 'VuFind\View\Helper\Root\Factory::getSearchTabs', + 'summaries' => 'VuFind\View\Helper\Root\Factory::getSummaries', 'syndeticsplus' => 'VuFind\View\Helper\Root\Factory::getSyndeticsPlus', 'systememail' => 'VuFind\View\Helper\Root\Factory::getSystemEmail', 'userlist' => 'VuFind\View\Helper\Root\Factory::getUserList', -- GitLab