[interchange] Add optional default for customer's country to standard's catalog.cfg.

Stefan Hornburg interchange-cvs at icdevgroup.org
Wed May 2 09:45:43 UTC 2012


commit 6e530e31cbb34969e90693c3323da6da9a6c651e
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Wed May 2 11:44:40 2012 +0200

    Add optional default for customer's country to standard's catalog.cfg.

 dist/standard/catalog.cfg |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/dist/standard/catalog.cfg b/dist/standard/catalog.cfg
index cd4e446..de47f82 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



More information about the interchange-cvs mailing list