From 6e530e31cbb34969e90693c3323da6da9a6c651e Mon Sep 17 00:00:00 2001 From: "Stefan Hornburg (Racke)" Date: Wed, 2 May 2012 11:44:40 +0200 Subject: [PATCH] Add optional default for customer's country to standard's catalog.cfg. --- dist/standard/catalog.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dist/standard/catalog.cfg b/dist/standard/catalog.cfg index cd4e4461b..de47f82c8 100644 --- a/dist/standard/catalog.cfg +++ b/dist/standard/catalog.cfg @@ -171,6 +171,11 @@ ScratchDefault mv_add_dot_html 1 ScratchDefault mv_no_session_id 1 ScratchDefault mv_no_count 1 +ifdef DEFAULT_COUNTRY +ValuesDefault country __DEFAULT_COUNTRY__ +ValuesDefault b_country __DEFAULT_COUNTRY__ +endif + DirectoryIndex index.html SpecialPage catalog index SpecialPage violation ../special_pages/violation