]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/OPAC/bootstrap-opac.adoc
9e84ba8dcef3a0ea540c9c36e1cfc23cfb874f25
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / OPAC / bootstrap-opac.adoc
1 New Bootstrap-based OPAC
2 ^^^^^^^^^^^^^^^^^^^^^^^^
3
4 This release includes a new OPAC with a cleaner, more modern design.
5
6 To enable the new OPAC design, open the _/etc/apache2/eg_vhost.conf_ file.
7
8 Find the following line:
9
10 ------------------------------------------------------------------------------
11 PerlAddVar OILSWebTemplatePath "/openils/var/templates"
12 ------------------------------------------------------------------------------
13
14 Add the following line directly below it:
15
16 ------------------------------------------------------------------------------
17 PerlAddVar OILSWebTemplatePath "/openils/var/templates-bootstrap"
18 ------------------------------------------------------------------------------
19
20 Be sure that, if you have any local customizations, that they are referenced below
21 this line.  This way, your customizations will still appear in the new OPAC design
22 (although they may need to be adjusted to better fit the new style).
23
24 You can also turn on the new OPAC for some virtual hosts only, by adding it to the
25 appropriate virtual host entry.  Be sure to reference the OILSWebTemplatePath for
26 the `templates-bootstrap` directory before referencing any local customizations
27 used by that virtual host.
28