Skip to content
Snippets Groups Projects
Commit 43f2a2f7 authored by Demian Katz's avatar Demian Katz
Browse files

Moved config to appropriate theme.

parent 2f5e229a
No related merge requests found
...@@ -31,7 +31,6 @@ return [ ...@@ -31,7 +31,6 @@ return [
'flashmessages' => 'VuFind\View\Helper\Bootstrap3\Factory::getFlashmessages', 'flashmessages' => 'VuFind\View\Helper\Bootstrap3\Factory::getFlashmessages',
'layoutclass' => 'VuFind\View\Helper\Bootstrap3\Factory::getLayoutClass', 'layoutclass' => 'VuFind\View\Helper\Bootstrap3\Factory::getLayoutClass',
'recaptcha' => 'VuFind\View\Helper\Bootstrap3\Factory::getRecaptcha', 'recaptcha' => 'VuFind\View\Helper\Bootstrap3\Factory::getRecaptcha',
'summaries' => 'VuFind\View\Helper\Root\Factory::getSummaries',
], ],
'invokables' => [ 'invokables' => [
'highlight' => 'VuFind\View\Helper\Bootstrap3\Highlight', 'highlight' => 'VuFind\View\Helper\Bootstrap3\Highlight',
......
...@@ -37,6 +37,7 @@ return [ ...@@ -37,6 +37,7 @@ return [
'searchoptions' => 'VuFind\View\Helper\Root\Factory::getSearchOptions', 'searchoptions' => 'VuFind\View\Helper\Root\Factory::getSearchOptions',
'searchparams' => 'VuFind\View\Helper\Root\Factory::getSearchParams', 'searchparams' => 'VuFind\View\Helper\Root\Factory::getSearchParams',
'searchtabs' => 'VuFind\View\Helper\Root\Factory::getSearchTabs', 'searchtabs' => 'VuFind\View\Helper\Root\Factory::getSearchTabs',
'summaries' => 'VuFind\View\Helper\Root\Factory::getSummaries',
'syndeticsplus' => 'VuFind\View\Helper\Root\Factory::getSyndeticsPlus', 'syndeticsplus' => 'VuFind\View\Helper\Root\Factory::getSyndeticsPlus',
'systememail' => 'VuFind\View\Helper\Root\Factory::getSystemEmail', 'systememail' => 'VuFind\View\Helper\Root\Factory::getSystemEmail',
'userlist' => 'VuFind\View\Helper\Root\Factory::getUserList', 'userlist' => 'VuFind\View\Helper\Root\Factory::getUserList',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment