diff --git a/local/config/vufind/config.ini b/local/config/vufind/config.ini index 65a2351863756833a47240e3ced3dcebf53208ce..7ccc30fb3a66e64bb5772aca9054c6bec6e02032 100644 --- a/local/config/vufind/config.ini +++ b/local/config/vufind/config.ini @@ -31,7 +31,7 @@ title = "Generic Katalog (devel)" ; bootstrap3 = HTML5 theme using Bootstrap 3 + jQuery libraries, with minimal ; styling ; bootprint3 = bootstrap3 theme styled to resemble blueprint theme -theme = blueprint +theme = finc ; Uncomment the following line to use a different default theme for mobile devices. ; You may not wish to use this setting if you are using one of the Bootstrap-based ; standard themes since they support responsive design. Available mobile theme: diff --git a/themes/finc/theme.config.php b/themes/finc/theme.config.php new file mode 100644 index 0000000000000000000000000000000000000000..018a473aeb6395abb5ed5a8c63dbb2661fd46f33 --- /dev/null +++ b/themes/finc/theme.config.php @@ -0,0 +1,4 @@ +<?php +return array( + 'extends' => 'bootstrap3' +);