summaryrefslogtreecommitdiff
path: root/bos_defaults.pl
blob: 75ab6a2c8137b7d0553fd1b48ee46832b5a26713 (plain)
  1. # Honour multiple languages (allow *.ext.{lang}, and strip both in links)
  2. #
  3. $pref::doc_multiview = '1';
  4. # Default language
  5. # Ignored unless doc_multiview is active.
  6. #
  7. $pref::doc_lang = 'da'; # Supported locales: da en
  8. # Normally the above tags are standard html tags that could be used for other stuff than bos.
  9. # What parameter should we look for inside the tags (leave blank to ignore the id and accept all tags)?
  10. #
  11. #$pref::tag_id = '';
  12. '1'