Skip to content

Commit

Permalink
Add optional default for customer's country to standard's catalog.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed May 2, 2012
1 parent b9ba885 commit 6e530e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist/standard/catalog.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 6e530e3

Please sign in to comment.