Skip to content
Snippets Groups Projects
Commit b11dd3bd authored by André Lahmann's avatar André Lahmann
Browse files

refs #4829:

* implemented base-theme finc
* set base-theme finc as default theme in local/vufind/config.ini
parent 130d1a82
No related merge requests found
...@@ -31,7 +31,7 @@ title = "Generic Katalog (devel)" ...@@ -31,7 +31,7 @@ title = "Generic Katalog (devel)"
; bootstrap3 = HTML5 theme using Bootstrap 3 + jQuery libraries, with minimal ; bootstrap3 = HTML5 theme using Bootstrap 3 + jQuery libraries, with minimal
; styling ; styling
; bootprint3 = bootstrap3 theme styled to resemble blueprint theme ; 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. ; 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 ; 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: ; standard themes since they support responsive design. Available mobile theme:
......
<?php
return array(
'extends' => 'bootstrap3'
);
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