From 8ad4deaa004d8da2abe9fc8c7bf0394488282e1b Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 5 Aug 2010 14:40:40 +0000 Subject: [PATCH] The old default skin is the new default skin We need people willing to maintain the craftsman skin, as it is falling behind "default" in functionality and goes for long periods in a broken state. This change gives Evergreen the most functional and most likely to work skin by default, which is important for making positive first impressions on possible adopters of the project. git-svn-id: svn://svn.open-ils.org/ILS/trunk@17096 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index d54ff8198e..afbb724a74 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -4,10 +4,9 @@ # ---------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------- -# Point / to the opac -- Craftsman is the new default. Swap lines for the old skin. +# Point / to the opac - if you have a custom skin or locale, point at it here # ---------------------------------------------------------------------------------- -# RedirectMatch 301 ^/$ /opac/en-US/skin/default/xml/index.xml -RedirectMatch 301 ^/$ /opac/en-US/skin/craftsman/xml/index.xml +RedirectMatch 301 ^/$ /opac/en-US/skin/default/xml/index.xml # ---------------------------------------------------------------------------------- # Assign a default locale to the accessible OPAC -- 2.11.0