Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
theme.config.php 346 B
<?php
return [
    'favicon' => 'favicon.ico',
    'extends' => 'fid',
    'mixins' => [
        'boss',
        'worldcat',
        'finc-dbis'
    ],
    'helpers' => [
        'factories' => [
            'VuFind\View\Helper\Root\RecordDataFormatter' =>
                'fid_adlr\View\Helper\Root\RecordDataFormatterFactory'
        ]
    ]
];